We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085bafc commit 1344092Copy full SHA for 1344092
monoio/src/lib.rs
@@ -1,4 +1,5 @@
1
#![doc = include_str!("../../README.md")]
2
+#![cfg_attr(docsrs, feature(doc_cfg))]
3
#![warn(missing_docs, unreachable_pub)]
4
#![allow(stable_features)]
5
#![cfg_attr(feature = "unstable", feature(io_error_more))]
0 commit comments