Fix some some duplicate words.
This commit is contained in:
parent
3f65afa694
commit
26eb2bef25
11 changed files with 11 additions and 11 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue