Skip to content

Commit

Permalink
Remove incomplete features (#2232)
Browse files Browse the repository at this point in the history
* Removed "incomplete_features" feature

* Changelog entry
  • Loading branch information
Razz4780 authored Feb 13, 2024
1 parent 0486c40 commit 0ca5631
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/+removed-incomplete-features.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed `#![allow(incomplete_features)]` from the code - no longer needed.
1 change: 0 additions & 1 deletion mirrord/agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![feature(type_alias_impl_trait)]
#![feature(tcp_quickack)]
#![feature(lazy_cell)]
#![allow(incomplete_features)]
#![warn(clippy::indexing_slicing)]

use std::{
Expand Down
1 change: 0 additions & 1 deletion mirrord/kube/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![feature(lazy_cell)]
#![feature(let_chains)]
#![feature(try_trait_v2)]
#![allow(incomplete_features)]
#![warn(clippy::indexing_slicing)]

pub mod api;
Expand Down

0 comments on commit 0ca5631

Please sign in to comment.