Skip to content

Commit 7ecd411

Browse files
chore: Add type_alias_impl_trait to features (#112)
This change was introduced by rust-lang/rust#110237 in the latest nightly.
1 parent 5c5a590 commit 7ecd411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ricq-core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(impl_trait_in_assoc_type)]
12
#![feature(type_alias_impl_trait)]
23

34
use std::sync::atomic::{AtomicI32, AtomicI64, AtomicU16, Ordering};

0 commit comments

Comments
 (0)