diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 17:26:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 17:26:20 -0800 |
commit | 4e51c1b8fb78b4806e389263a22adb0a4a6b78bc (patch) | |
tree | 5ddbaa31929e74b94215b8a2cfe5dcb98482eef4 /rust | |
parent | a25a6e92793537277b796ca9751f77ac4b082d64 (diff) | |
download | fatcat-4e51c1b8fb78b4806e389263a22adb0a4a6b78bc.tar.gz fatcat-4e51c1b8fb78b4806e389263a22adb0a4a6b78bc.zip |
squelch more build warnings
Diffstat (limited to 'rust')
-rw-r--r-- | rust/tests/test_auth.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/tests/test_auth.rs b/rust/tests/test_auth.rs index 1509bab4..82d9f981 100644 --- a/rust/tests/test_auth.rs +++ b/rust/tests/test_auth.rs @@ -2,7 +2,6 @@ extern crate chrono; extern crate fatcat; extern crate uuid; -use chrono::prelude::*; use fatcat::api_helpers::*; use fatcat::auth::*; use std::str::FromStr; |