From 7f306445cb78d52f598eca1810dc2c5002e34a4a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 2 Jan 2020 21:09:47 +0100 Subject: No need for extern crate in Rust 2018. --- examples/zot/abook.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') 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 . */ -extern crate zotapi; -extern crate serde_json; - pub fn fetch(client: &zotapi::Client, raw: bool) { match client.abook().fetch() { Ok(payload) => { -- cgit v1.2.3