Auto merge of #51558 - Manishearth:manish-is-stupid, r=oli-obk

Fix my comment on editions

me = idiot

r? @oli-obk
This commit is contained in:
bors 2018-06-16 19:49:33 +00:00
commit b7e94a148d

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,