diff options
| author | Max Audron <audron@cocaine.farm> | 2021-12-02 18:31:19 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-12-02 18:31:19 +0100 |
| commit | 9c8733e42f3604817ad6b881f5654b673bbc4d00 (patch) | |
| tree | 966100eef04d1fde36b797e609d15eb1b4bb5ba7 /src/primitive/stringlist.rs | |
| parent | add basic buffersyncer impl (diff) | |
upgrade to rust 2021 edition
Diffstat (limited to 'src/primitive/stringlist.rs')
| -rw-r--r-- | src/primitive/stringlist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/primitive/stringlist.rs b/src/primitive/stringlist.rs index ceea63e..434f2f2 100644 --- a/src/primitive/stringlist.rs +++ b/src/primitive/stringlist.rs @@ -1,6 +1,5 @@ extern crate byteorder; -use std::convert::TryInto; use std::result::Result; use std::vec::Vec; |
