Skip to content

Commit

Permalink
Remove unused impl_trait_in_assoc_type feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 14, 2024
1 parent ef23212 commit 3b6c014
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@
//! This crate has one optional feature: `test`. The `test` feature will enable
//! the `test` module which contains testing facilities.

#![feature(
const_option,
doc_auto_cfg,
doc_cfg_hide,
impl_trait_in_assoc_type,
never_type
)]
#![feature(const_option, doc_auto_cfg, doc_cfg_hide, never_type)]
#![warn(
anonymous_parameters,
bare_trait_objects,
Expand Down

0 comments on commit 3b6c014

Please sign in to comment.