syntax: move ext/deriving.rs to ext/deriving/mod.rs

This commit is contained in:
Andrew Paseltiner 2013-03-19 07:45:47 -04:00
parent 5ae76b5bab
commit 18a594f49a
2 changed files with 2 additions and 0 deletions
src/libsyntax
ext/deriving
syntax.rc

@ -64,6 +64,8 @@ pub mod ext {
pub mod expand;
pub mod quote;
#[path = "deriving/mod.rs"]
pub mod deriving;
pub mod build;