Skip to content

Commit d54e4b3

Browse files
committed
minor change
1 parent 3e2cb3d commit d54e4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
5454
#![stable(feature = "rust1", since = "1.0.0")]
5555

56-
use core::cmp::{self, Ordering};2
56+
use core::cmp::{self, Ordering};
5757
use core::convert::TryFrom;
5858
use core::fmt;
5959
use core::hash::{Hash, Hasher};

0 commit comments

Comments
 (0)