Skip to content

Commit

Permalink
chore: Add type_alias_impl_trait to features
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 committed Apr 13, 2023
1 parent 912028d commit c0ccf46
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 c0ccf46

Please sign in to comment.