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/frame | |
| parent | add basic buffersyncer impl (diff) | |
upgrade to rust 2021 edition
Diffstat (limited to 'src/frame')
| -rw-r--r-- | src/frame/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame/mod.rs b/src/frame/mod.rs index 34a8514..1c2f859 100644 --- a/src/frame/mod.rs +++ b/src/frame/mod.rs @@ -1,4 +1,3 @@ -use std::convert::TryInto; use std::error::Error as StdError; use std::fmt; use std::io::{self, Cursor}; |
