Skip to content

Commit f94d00a

Browse files
author
Thomas Bahn
committed
Remove an unused import
1 parent b3d68b2 commit f94d00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extern crate ascii;
22

3-
use ascii::{Ascii, AsciiStr, AsciiString, AsciiCast, OwnedAsciiCast};
3+
use ascii::{AsciiStr, AsciiString, AsciiCast, OwnedAsciiCast};
44

55
#[test]
66
fn ascii_vec() {

0 commit comments

Comments
 (0)