Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename fold.rs as mut_visit.rs.
  • Loading branch information
nnethercote committed Feb 5, 2019
commit bfcbd235a28f989c0e3c1f0a7542f4e5caaf6e0d
2 changes: 1 addition & 1 deletion src/libsyntax/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub mod source_map;
pub mod config;
pub mod entry;
pub mod feature_gate;
#[path="fold.rs"] pub mod mut_visit; // temporary
pub mod mut_visit;
pub mod parse;
pub mod ptr;
pub mod show_span;
Expand Down
File renamed without changes.