Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Dec 9, 2018
1 parent 768fe37 commit 23619d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2018/02/rust/compare/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fn main() -> Try<()> {
let file = File::open("../../input/input.txt")?;
let mut ids: Vec<String> = Vec::new();
'lines: for line in BufReader::new(file).lines() {
// Count chars.
let id = line?;
'others: for other in ids.iter() {
let mut diff_index = -1;
Expand Down

0 comments on commit 23619d5

Please sign in to comment.