dmesg: remove unnecessary static lifetime specifier.
This commit is contained in:
@ -37,8 +37,8 @@ pub fn uu_app() -> Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mod options {
|
mod options {
|
||||||
pub const KMSG_FILE: &'static str = "kmsg-file";
|
pub const KMSG_FILE: &str = "kmsg-file";
|
||||||
pub const JSON: &'static str = "json";
|
pub const JSON: &str = "json";
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Dmesg<'a> {
|
struct Dmesg<'a> {
|
||||||
|
Reference in New Issue
Block a user