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:
commit
b7e94a148d
@ -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…
x
Reference in New Issue
Block a user