Skip to content

Commit dc94334

Browse files
committed
Fix comment on editions
1 parent 5205ae8 commit dc94334

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)