diff options
| author | Georg Brandl <georg@python.org> | 2016-05-05 21:11:41 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-05-05 21:12:37 +0200 |
| commit | 26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc (patch) | |
| tree | d255f3d826d7e1fe47544e837f80a30aacf452bf /src/tools | |
| parent | 3f65afa6946ee4a6b1d619aee69e1f638edfb662 (diff) | |
| download | rust-26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc.tar.gz rust-26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc.zip | |
Fix some some duplicate words.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/linkchecker/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/linkchecker/main.rs b/src/tools/linkchecker/main.rs index 12419d4f7e5..a7c8c01fab8 100644 --- a/src/tools/linkchecker/main.rs +++ b/src/tools/linkchecker/main.rs @@ -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(); } } |
