Fix some some duplicate words.

This commit is contained in:
Georg Brandl 2016-05-05 21:11:41 +02:00
parent 3f65afa694
commit 26eb2bef25
11 changed files with 11 additions and 11 deletions

View file

@ -110,7 +110,7 @@ fn walk(cache: &mut Cache,
if let Some(pretty_path) = pretty_path {
let entry = cache.get_mut(&pretty_path).unwrap();
// we don't need the source anymore,
// so drop to to reduce memory-usage
// so drop to reduce memory-usage
entry.source = String::new();
}
}