Fix comment on editions
This commit is contained in:
parent
5205ae8bdc
commit
dc943349bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use std::str::FromStr;
|
|||
#[derive(Clone, Copy, Hash, PartialOrd, Ord, Eq, PartialEq, Debug, RustcEncodable, RustcDecodable)]
|
||||
#[non_exhaustive]
|
||||
pub enum Edition {
|
||||
// editions must be kept in order, newest to oldest
|
||||
// editions must be kept in order, oldest to newest
|
||||
|
||||
/// The 2015 edition
|
||||
Edition2015,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue