Skip to content

Commit 18a594f

Browse files
committed
syntax: move ext/deriving.rs to ext/deriving/mod.rs
1 parent 5ae76b5 commit 18a594f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

src/libsyntax/syntax.rc

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ pub mod ext {
6464
pub mod expand;
6565

6666
pub mod quote;
67+
68+
#[path = "deriving/mod.rs"]
6769
pub mod deriving;
6870

6971
pub mod build;

0 commit comments

Comments
 (0)