Skip to content

Commit

Permalink
Remove noop waker feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 10, 2024
1 parent b65f263 commit 26017d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/@local/harpc/tower/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type_changing_struct_update,
error_generic_member_access
)]
#![cfg_attr(test, feature(noop_waker, assert_matches, macro_metavar_expr))]
#![cfg_attr(test, feature(assert_matches, macro_metavar_expr))]

extern crate alloc;

Expand Down

0 comments on commit 26017d6

Please sign in to comment.