We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c99ec commit b0bf88aCopy full SHA for b0bf88a
src/app/data.rs
@@ -45,7 +45,7 @@ pub enum FieldContent<'a> {
45
Missing,
46
}
47
48
-impl<'a> FieldContent<'a> {
+impl FieldContent<'_> {
49
pub const TEXT_FOR_EMPTY: &'static str = "[ --- ]";
50
51
pub fn display(&self) -> String {
0 commit comments