Skip to content

Commit

Permalink
remove type_alias_impl_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Univa committed Mar 2, 2024
1 parent 48d7997 commit 4a21aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rumcake/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![no_std]
#![feature(stdsimd)]
#![feature(generic_const_exprs)]
#![feature(type_alias_impl_trait)]
#![feature(associated_type_defaults)]
#![warn(missing_docs)]
#![doc = include_str!("../../README.md")]
Expand Down

0 comments on commit 4a21aeb

Please sign in to comment.