Skip to content

Commit ad16014

Browse files
committed
librustc: Fix tidy problem.
1 parent cc05847 commit ad16014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/borrowck/move_data.rs

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ impl MoveData {
213213
let mut paths = self.paths.borrow_mut();
214214
paths.get()[*index].first_child = first_child
215215
}
216-
217216

218217
fn move_next_move(&self, index: MoveIndex) -> MoveIndex {
219218
//! Type safe indexing operator

0 commit comments

Comments
 (0)