We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cb31f commit d4c1a75Copy full SHA for d4c1a75
src/app/mod.rs
@@ -56,7 +56,7 @@ impl App {
56
)
57
}
58
59
- pub fn cycle_output_fmt(&mut self) {
+ pub const fn cycle_output_fmt(&mut self) {
60
self.output_fmt = match self.output_fmt {
61
OutputFmt::Line => OutputFmt::Bullet,
62
OutputFmt::Bullet => OutputFmt::Line,
0 commit comments