Skip to content

Commit fd283d5

Browse files
chore: Add type_alias_impl_trait to features
This change was introduced by rust-lang/rust#110237 in the latest nightly.
1 parent b8801c3 commit fd283d5

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
#![feature(let_chains)]
34

0 commit comments

Comments
 (0)