Skip to content

Commit b7e94a1

Browse files
committed
Auto merge of #51558 - Manishearth:manish-is-stupid, r=oli-obk
Fix my comment on editions me = idiot r? @oli-obk
2 parents b2bbb5a + dc94334 commit b7e94a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/edition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::str::FromStr;
1515
#[derive(Clone, Copy, Hash, PartialOrd, Ord, Eq, PartialEq, Debug, RustcEncodable, RustcDecodable)]
1616
#[non_exhaustive]
1717
pub enum Edition {
18-
// editions must be kept in order, newest to oldest
18+
// editions must be kept in order, oldest to newest
1919

2020
/// The 2015 edition
2121
Edition2015,

0 commit comments

Comments
 (0)