diff options
Diffstat (limited to 'src/primitive/bufferinfo.rs')
| -rw-r--r-- | src/primitive/bufferinfo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitive/bufferinfo.rs b/src/primitive/bufferinfo.rs index f2f13bf..56d5cce 100644 --- a/src/primitive/bufferinfo.rs +++ b/src/primitive/bufferinfo.rs @@ -1,7 +1,7 @@ use std::vec::Vec; use crate::primitive::BufferId; -use crate::{deserialize::*, error::ProtocolError, serialize::*}; +use crate::{error::ProtocolError, serialize::*}; use crate::serialize::UserType; |
