diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/zot/abook.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/zot/abook.rs b/examples/zot/abook.rs index bceaacc..7e91981 100644 --- a/examples/zot/abook.rs +++ b/examples/zot/abook.rs @@ -15,9 +15,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -extern crate zotapi; -extern crate serde_json; - pub fn fetch(client: &zotapi::Client, raw: bool) { match client.abook().fetch() { Ok(payload) => { |