Skip to content

Commit

Permalink
clippy suggesion
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Dec 6, 2024
1 parent 80aabc1 commit 3a844cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub(crate) mod v1_1 {
use phf::phf_map;

pub mod constants {
pub const DEFAULT_MODULE_NAME: &'static str = "_";
pub const DEFAULT_MODULE_NAME: &str = "_";
}
pub static SYSTEM_SYMBOLS: &[&str] = &[
// <unknown text> $0
Expand Down

0 comments on commit 3a844cd

Please sign in to comment.