Skip to content

Commit bfcbd23

Browse files
committed
Rename fold.rs as mut_visit.rs.
1 parent 9fcb165 commit bfcbd23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/libsyntax/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub mod source_map;
151151
pub mod config;
152152
pub mod entry;
153153
pub mod feature_gate;
154-
#[path="fold.rs"] pub mod mut_visit; // temporary
154+
pub mod mut_visit;
155155
pub mod parse;
156156
pub mod ptr;
157157
pub mod show_span;
File renamed without changes.

0 commit comments

Comments
 (0)