mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-31 00:20:04 +01:00
chore(syntax): Remove extern crate imports where not needed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user