Skip to content

Commit 43c6ece

Browse files
committed
Remove RcVec and RcSlice.
They're both unused now.
1 parent 3c9aef1 commit 43c6ece

File tree

4 files changed

+0
-161
lines changed

4 files changed

+0
-161
lines changed

src/libsyntax/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ pub mod util {
145145
#[cfg(test)]
146146
pub mod parser_testing;
147147
pub mod move_map;
148-
149-
mod rc_slice;
150-
pub use self::rc_slice::RcSlice;
151-
152-
mod rc_vec;
153-
pub use self::rc_vec::RcVec;
154148
}
155149

156150
pub mod json;

src/libsyntax/util/rc_slice.rs

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/libsyntax/util/rc_vec.rs

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/tools/linkchecker/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ fn check(cache: &mut Cache,
137137
file.ends_with("symbol/struct.InternedString.html") ||
138138
file.ends_with("ast/struct.ThinVec.html") ||
139139
file.ends_with("util/struct.ThinVec.html") ||
140-
file.ends_with("util/struct.RcSlice.html") ||
141140
file.ends_with("layout/struct.TyLayout.html") ||
142141
file.ends_with("humantime/struct.Timestamp.html") ||
143142
file.ends_with("log/index.html") ||

0 commit comments

Comments
 (0)