Skip to content

Commit

Permalink
librustc: Fix tidy problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Dec 26, 2013
1 parent cc05847 commit ad16014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/borrowck/move_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ impl MoveData {
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
Expand Down

0 comments on commit ad16014

Please sign in to comment.