Skip to content

Commit ec06479

Browse files
committed
Remove unused import
1 parent 3c960e0 commit ec06479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use std::io::{Read, BufReader};
2-
use std::str::from_utf8;
32

43
use types::{RedisResult, Value, ErrorKind, make_extension_error};
54

0 commit comments

Comments
 (0)