diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-08-28 07:40:48 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-08-28 07:40:48 -0700 |
commit | 9e536790932de13ee91f6d2b1b8e79249613886b (patch) | |
tree | ac32114bee22aa0d265ec9a4383361a236f6e607 /tests | |
parent | 7617e934a86cf90ac7160a8beb5b0e9614054673 (diff) | |
download | milf-rs-9e536790932de13ee91f6d2b1b8e79249613886b.tar.gz milf-rs-9e536790932de13ee91f6d2b1b8e79249613886b.zip |
Fix a number of compile warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/formatting.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/formatting.rs b/tests/formatting.rs index 10fb165..4ba1418 100644 --- a/tests/formatting.rs +++ b/tests/formatting.rs @@ -1,4 +1,3 @@ -extern crate serde; #[macro_use] extern crate serde_derive; extern crate toml; |