diff options
| author | Stein Somers <git@steinsomers.be> | 2020-04-09 20:16:30 +0200 |
|---|---|---|
| committer | Stein Somers <git@steinsomers.be> | 2020-04-09 20:16:30 +0200 |
| commit | 607315b2c34bb6c373cf3fc8283ab6b05414d114 (patch) | |
| tree | c93d66418102e31f7499141c352819fbd6868db6 | |
| parent | 11f6096a9ef6ad52de2956f4d2df200de7617077 (diff) | |
| download | rust-607315b2c34bb6c373cf3fc8283ab6b05414d114.tar.gz rust-607315b2c34bb6c373cf3fc8283ab6b05414d114.zip | |
Kill comment left behind by a last minute change in #70795
| -rw-r--r-- | src/liballoc/collections/btree/map.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/collections/btree/map.rs b/src/liballoc/collections/btree/map.rs index a1e59b2e6af..3b42055d4a8 100644 --- a/src/liballoc/collections/btree/map.rs +++ b/src/liballoc/collections/btree/map.rs @@ -2788,8 +2788,6 @@ impl<'a, K: 'a, V: 'a> Handle<NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInter pos.next_unchecked(); } } - - // This internal node might be underfull, but only if it's the root. break; } } |
