We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075755f commit 6b5dafbCopy full SHA for 6b5dafb
hwlocality-sys/src/lib.rs
@@ -1,5 +1,5 @@
1
#![allow(non_camel_case_types, unknown_lints)]
2
-#![cfg_attr(docsrs, feature(doc_cfg, doc_cfg_hide))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
3
#![cfg_attr(docsrs, doc(cfg_hide(doc)))]
4
// Last allow-by-default lint review performed as of Rust 1.72
5
#![deny(
src/lib.rs
@@ -1,6 +1,6 @@
#![allow(unknown_lints)]
#![doc = include_str!("../README.md")]
6
0 commit comments