mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
librustc: Fix tidy problem.
This commit is contained in:
@@ -213,7 +213,6 @@ fn set_path_first_child(&self,
|
||||
let mut paths = self.paths.borrow_mut();
|
||||
paths.get()[*index].first_child = first_child
|
||||
}
|
||||
|
||||
|
||||
fn move_next_move(&self, index: MoveIndex) -> MoveIndex {
|
||||
//! Type safe indexing operator
|
||||
|
||||
Reference in New Issue
Block a user