Skip to content

Commit

Permalink
chore: Add type_alias_impl_trait to features (#112)
Browse files Browse the repository at this point in the history
This change was introduced by
rust-lang/rust#110237 in the latest nightly.
  • Loading branch information
BlueGlassBlock authored Apr 13, 2023
1 parent 5c5a590 commit 7ecd411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ricq-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![feature(impl_trait_in_assoc_type)]
#![feature(type_alias_impl_trait)]

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

0 comments on commit 7ecd411

Please sign in to comment.