Skip to content

Commit f4d6aba

Browse files
aramvissersteveklabnik
authored andcommitted
---
yaml --- r: 209504 b: refs/heads/try c: ff1dcba h: refs/heads/master v: v3
1 parent 6f2e3fe commit f4d6aba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5-
refs/heads/try: 32956cb565e0be79e37f09707a6f028a70e04ccb
5+
refs/heads/try: ff1dcba342442c211e021ef68c5153c710f1fe8e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/libstd/collections/hash/map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,6 @@ impl<'a, K, V> ExactSizeIterator for Drain<'a, K, V> {
14691469
}
14701470

14711471
impl<'a, K, V> Entry<'a, K, V> {
1472-
/// Returns a mutable reference to the entry if occupied, or the VacantEntry if vacant.
14731472
#[unstable(feature = "std_misc",
14741473
reason = "will soon be replaced by or_insert")]
14751474
#[deprecated(since = "1.0",

0 commit comments

Comments
 (0)