Correct import path
This commit is contained in:
parent
0979abb694
commit
19a9477eb2
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ pub mod prelude {
|
|||
#[macro_export]
|
||||
macro_rules! uri {
|
||||
( $x:expr ) => {{
|
||||
use activitystreams::primitives::XsdAnyUri;
|
||||
use activitystreams_new::primitives::XsdAnyUri;
|
||||
|
||||
$x.parse::<XsdAnyUri>()?
|
||||
}};
|
||||
|
|
Loading…
Reference in a new issue