Skip to content

Commit b339108

Browse files
progvalspb
authored andcommitted
Remove stabilized features
hash_extract_if was stabilized in 1.88.0 and trait_upcasting in 1.86.0
1 parent 7c3465a commit b339108

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sable_ircd/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![allow(rustdoc::private_intra_doc_links)]
22
#![allow(incomplete_features)]
3-
#![feature(trait_upcasting)]
43

54
//! IRC client server logic.
65
//!

sable_network/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(round_char_boundary)]
2-
#![feature(hash_extract_if)]
32

43
pub mod prelude;
54

0 commit comments

Comments
 (0)