change all appropriate EPOCH to EDITION

This commit is contained in:
Kurtis Nusbaum
2018-03-14 20:56:13 -07:00
parent 3c8d555497
commit 11f14060a4
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ pub enum Edition {
}
// must be in order from oldest to newest
pub const ALL_EPOCHS: &[Edition] = &[Edition::Edition2015, Edition::Edition2018];
pub const ALL_EDITIONS: &[Edition] = &[Edition::Edition2015, Edition::Edition2018];
impl fmt::Display for Edition {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {