Remove redundant 'static in the compiler
This commit is contained in:
parent
a687420d17
commit
b87e4f36e7
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ use std::str;
|
|||
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub const MACRO_ARGUMENTS: Option<&'static str> = Some("macro arguments");
|
||||
pub const MACRO_ARGUMENTS: Option<&str> = Some("macro arguments");
|
||||
|
||||
#[macro_use]
|
||||
pub mod parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue