Fix ruma_identifiers::device_id!
This commit is contained in:
parent
03c636caf0
commit
19af16850c
@ -85,7 +85,7 @@ where
|
||||
#[macro_export]
|
||||
macro_rules! device_id {
|
||||
($s:tt) => {
|
||||
::std::boxed::Box<$crate::DeviceId>::from($s)
|
||||
::std::boxed::Box::<$crate::DeviceId>::from($s)
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user