🐛 Corrige referencia a macro concat_string!
This commit is contained in:
parent
6b41aafd78
commit
8a911bfb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ pub use concat_string::concat_string;
|
|||
#[macro_export]
|
||||
macro_rules! join_string {
|
||||
($($arg:tt)*) => {
|
||||
crate::util::concat_string!($($arg)*)
|
||||
$crate::util::concat_string!($($arg)*)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue