diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2019-02-06 09:10:05 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2019-02-06 09:10:05 +1100 |
| commit | bfcbd235a28f989c0e3c1f0a7542f4e5caaf6e0d (patch) | |
| tree | 3a32cc9d9c8927f201d031daa8d0ccc8bf699208 | |
| parent | 9fcb1658ab13a7f722e4747c5a4b691291e88a3b (diff) | |
| download | rust-bfcbd235a28f989c0e3c1f0a7542f4e5caaf6e0d.tar.gz rust-bfcbd235a28f989c0e3c1f0a7542f4e5caaf6e0d.zip | |
Rename `fold.rs` as `mut_visit.rs`.
| -rw-r--r-- | src/libsyntax/lib.rs | 2 | ||||
| -rw-r--r-- | src/libsyntax/mut_visit.rs (renamed from src/libsyntax/fold.rs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index dacb0d811ce..f2b8f23ee85 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -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; diff --git a/src/libsyntax/fold.rs b/src/libsyntax/mut_visit.rs index 93fedb73d27..93fedb73d27 100644 --- a/src/libsyntax/fold.rs +++ b/src/libsyntax/mut_visit.rs |
