mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +00:00
remove macro-use from readme
This commit is contained in:
parent
306d4a3289
commit
083a2255e0
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ serde_json = "1.0"
|
|||
|
||||
And then in your project
|
||||
```rust
|
||||
#[macro_use]
|
||||
use activitystreams_derive::{Properties, UnitString};
|
||||
use activitystreams_traits::{Link, Object};
|
||||
use activitystreams_types::{CustomLink, link::Mention};
|
||||
|
|
Loading…
Reference in a new issue