Skip to content

Commit b0bf88a

Browse files
committed
chore: clear clippy lint
1 parent b4c99ec commit b0bf88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub enum FieldContent<'a> {
4545
Missing,
4646
}
4747

48-
impl<'a> FieldContent<'a> {
48+
impl FieldContent<'_> {
4949
pub const TEXT_FOR_EMPTY: &'static str = "[ --- ]";
5050

5151
pub fn display(&self) -> String {

0 commit comments

Comments
 (0)