aboutsummaryrefslogtreecommitdiff
path: root/evc/src/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'evc/src/frame.rs')
-rw-r--r--evc/src/frame.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/evc/src/frame.rs b/evc/src/frame.rs
index c36abf3..16acb96 100644
--- a/evc/src/frame.rs
+++ b/evc/src/frame.rs
@@ -3,10 +3,7 @@ use crate::{
ser::{Sink, Source},
view::View,
};
-use std::{
- io,
- ops::{Index, IndexMut},
-};
+use std::ops::{Index, IndexMut};
pub struct Frame {
pub size: (usize, usize),