change ABOUT from static to const

This commit is contained in:
Alexander Kunde 2023-03-02 18:10:53 +01:00
parent 2bae3dd4f2
commit 4276111222

View file

@ -98,7 +98,7 @@ impl Settings {
}
}
static ABOUT: &str = help_about!("wc.md");
const ABOUT: &str = help_about!("wc.md");
const USAGE: &str = help_usage!("wc.md");
pub mod options {