mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Run cargo clippy --fix (Rust 1.83) (#397)
This commit is contained in:
parent
1d9153e37e
commit
ee5418b5a8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ pub enum PageSnippet<'a> {
|
|||
Linebreak,
|
||||
}
|
||||
|
||||
impl<'a> PageSnippet<'a> {
|
||||
impl PageSnippet<'_> {
|
||||
pub fn is_empty(&self) -> bool {
|
||||
use PageSnippet::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue