From 083a2255e0182b60c8d6792405a0e7dda5baf300 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Oct 2019 18:38:56 -0500 Subject: [PATCH] remove macro-use from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 21b65e0..e600bab 100644 --- a/README.md +++ b/README.md @@ -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};