chore(syntax): Remove extern crate imports where not needed

This commit is contained in:
Lewin Bormann
2019-06-09 09:24:15 +02:00
parent db4077983f
commit ce9b6d8dd7
5 changed files with 0 additions and 28 deletions

View File

@@ -6,11 +6,6 @@
//!
//! Copyright (c) 2016 Google, Inc. (Lewin Bormann <lbo@spheniscida.de>)
extern crate hyper;
extern crate hyper_native_tls;
extern crate yup_oauth2;
extern crate google_drive3;
use std::path::Path;
use hyper::net::HttpsConnector;