Skip to content

Commit

Permalink
Remove more unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 25, 2024
1 parent 8d4ceb1 commit fd2266b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test-crates/fluke-curl-tests/tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![allow(incomplete_features)]
#![feature(type_alias_impl_trait)]

mod helpers;

use bytes::BytesMut;
Expand Down
2 changes: 0 additions & 2 deletions test-crates/sample-h2-server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]

use std::{convert::Infallible, future::Future};

use bytes::Bytes;
Expand Down

0 comments on commit fd2266b

Please sign in to comment.