We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2bbb5a + dc94334 commit b7e94a1Copy full SHA for b7e94a1
src/libsyntax_pos/edition.rs
@@ -15,7 +15,7 @@ use std::str::FromStr;
15
#[derive(Clone, Copy, Hash, PartialOrd, Ord, Eq, PartialEq, Debug, RustcEncodable, RustcDecodable)]
16
#[non_exhaustive]
17
pub enum Edition {
18
- // editions must be kept in order, newest to oldest
+ // editions must be kept in order, oldest to newest
19
20
/// The 2015 edition
21
Edition2015,
0 commit comments