File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ const WIDTH_AGE: usize = 6;
2525mod config;
2626
2727trait FlagsExt {
28+ #[ must_use]
2829 fn add_flags ( & mut self , name : & ' static str ) -> Flags ;
2930}
3031
3132impl FlagsExt for Row {
32- #[ must_use]
3333 fn add_flags ( & mut self , name : & ' static str ) -> Flags {
3434 Flags { row : self , name, out : String :: new ( ) }
3535 }
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2024 Oxide Computer Company
2+ * Copyright 2025 Oxide Computer Company
33 */
44
55use anyhow:: { anyhow, bail, Context , Result } ;
@@ -21,11 +21,11 @@ use std::time::{Duration, Instant};
2121const SHORT_SHA_LEN : usize = 16 ;
2222
2323trait FlagsExt {
24+ #[ must_use]
2425 fn add_flags ( & mut self , name : & ' static str ) -> Flags ;
2526}
2627
2728impl FlagsExt for Row {
28- #[ must_use]
2929 fn add_flags ( & mut self , name : & ' static str ) -> Flags {
3030 Flags { row : self , name, out : String :: new ( ) }
3131 }
You can’t perform that action at this time.
0 commit comments