changeset 94:b661aec61186

Remove unnecessary import
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Oct 2020 22:12:13 +0200
parents d9fe171d660b
children f6761dc9ca86
files drive_example/src/main.rs
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/drive_example/src/main.rs	Sat Oct 24 22:11:35 2020 +0200
+++ b/drive_example/src/main.rs	Sat Oct 24 22:12:13 2020 +0200
@@ -13,7 +13,6 @@
 
 use async_google_apis_common as common;
 
-use std::fs;
 use std::path::Path;
 use std::rc::Rc;