1
Fork 0

rename epoch to edition

This commit is contained in:
Kurtis Nusbaum 2018-03-14 20:30:06 -07:00
parent 75af15ee6c
commit 3c8d555497
16 changed files with 95 additions and 95 deletions

View file

@ -145,7 +145,7 @@ pub mod codemap;
#[macro_use]
pub mod config;
pub mod entry;
pub mod epoch;
pub mod edition;
pub mod feature_gate;
pub mod fold;
pub mod parse;