Remove raw string literal quotes from error index descriptions
This commit is contained in:
parent
74d5c70b17
commit
bd25507f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ fn register_all() -> Vec<(&'static str, Option<&'static str>)> {
|
|||
($($ecode:ident: $message:expr,)* ; $($code:ident,)*) => (
|
||||
$(
|
||||
{long_codes.extend([
|
||||
(stringify!($ecode), Some(stringify!($message))),
|
||||
(stringify!($ecode), Some($message)),
|
||||
].iter());}
|
||||
)*
|
||||
$(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue