mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 11:51:00 +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
|
And then in your project
|
||||||
```rust
|
```rust
|
||||||
#[macro_use]
|
|
||||||
use activitystreams_derive::{Properties, UnitString};
|
use activitystreams_derive::{Properties, UnitString};
|
||||||
use activitystreams_traits::{Link, Object};
|
use activitystreams_traits::{Link, Object};
|
||||||
use activitystreams_types::{CustomLink, link::Mention};
|
use activitystreams_types::{CustomLink, link::Mention};
|
||||||
|
|
Loading…
Reference in a new issue