File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Sendable hash maps. Very much a work in progress.
4
4
5
5
*/
6
6
7
+ // NB: transitionary, de-mode-ing.
8
+ #[ forbid( deprecated_mode) ] ;
9
+ #[ forbid( deprecated_pattern) ] ;
10
+
7
11
use cmp:: Eq ;
8
12
use hash:: Hash ;
9
13
use to_bytes:: IterBytes ;
Original file line number Diff line number Diff line change 1
1
//! Operations on unique pointer types
2
2
3
+ // NB: transitionary, de-mode-ing.
4
+ #[ forbid( deprecated_mode) ] ;
5
+ #[ forbid( deprecated_pattern) ] ;
6
+
3
7
use cmp:: { Eq , Ord } ;
4
8
5
9
impl < T : Eq > ~const T : Eq {
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Functions for the unit type.
4
4
5
5
*/
6
6
7
+ // NB: transitionary, de-mode-ing.
8
+ #[ forbid( deprecated_mode) ] ;
9
+ #[ forbid( deprecated_pattern) ] ;
10
+
7
11
use cmp:: { Eq , Ord } ;
8
12
9
13
impl ( ) : Eq {
You can’t perform that action at this time.
0 commit comments