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

Expand Down

0 comments on commit fd283d5

Please sign in to comment.