Skip to content

Commit

Permalink
Run cargo clippy --fix (Rust 1.83) (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin authored Jan 1, 2025
1 parent 1d9153e commit ee5418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub enum PageSnippet<'a> {
Linebreak,
}

impl<'a> PageSnippet<'a> {
impl PageSnippet<'_> {
pub fn is_empty(&self) -> bool {
use PageSnippet::*;

Expand Down

0 comments on commit ee5418b

Please sign in to comment.