Fix comment on editions

This commit is contained in:
Manish Goregaokar 2018-06-14 10:46:50 -07:00
parent 5205ae8bdc
commit dc943349bd

View File

@ -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,