Skip to content

Commit 6b5dafb

Browse files
committed
Remove doc_cfg_hide which has been merged into doc_cfg too
1 parent 075755f commit 6b5dafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hwlocality-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(non_camel_case_types, unknown_lints)]
2-
#![cfg_attr(docsrs, feature(doc_cfg, doc_cfg_hide))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![cfg_attr(docsrs, doc(cfg_hide(doc)))]
44
// Last allow-by-default lint review performed as of Rust 1.72
55
#![deny(

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![allow(unknown_lints)]
22
#![doc = include_str!("../README.md")]
3-
#![cfg_attr(docsrs, feature(doc_cfg, doc_cfg_hide))]
3+
#![cfg_attr(docsrs, feature(doc_cfg))]
44
#![cfg_attr(docsrs, doc(cfg_hide(doc)))]
55
// Last allow-by-default lint review performed as of Rust 1.72
66
#![deny(

0 commit comments

Comments
 (0)