Skip to content

Commit

Permalink
Revert compatibility lint removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonely0 committed Jul 3, 2023
1 parent 8175020 commit 7d8de0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monoio/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc = include_str!("../../README.md")]
#![warn(missing_docs, unreachable_pub)]
#![allow(stable_features)]
#![feature(type_alias_impl_trait)]
#![feature(impl_trait_in_assoc_type)]
#![feature(io_error_more)]
Expand Down

0 comments on commit 7d8de0f

Please sign in to comment.