Skip to content

Commit 1cc0aad

Browse files
committed
lib: Drop unused feature
I think this got cargo culted from elsewhere; where necessary I believe the status quo is to use `#![cfg(docsrs)]` or so. This squashes a build warning. Signed-off-by: Colin Walters <[email protected]>
1 parent 7419249 commit 1cc0aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![deny(missing_debug_implementations)]
55
#![forbid(unused_must_use)]
66
#![deny(unsafe_code)]
7-
#![cfg_attr(feature = "dox", feature(doc_cfg))]
87

98
// Re-export our dependencies
109
pub use cap_primitives;

0 commit comments

Comments
 (0)