Run cargo clippy --fix (Rust 1.83) (#397)

This commit is contained in:
Niklas Mohrin 2025-01-01 19:07:40 +01:00 committed by GitHub
commit ee5418b5a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ pub enum PageSnippet<'a> {
Linebreak,
}
impl<'a> PageSnippet<'a> {
impl PageSnippet<'_> {
pub fn is_empty(&self) -> bool {
use PageSnippet::*;