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.
doc_auto_cfg
1 parent 21e9a9c commit 68e4314Copy full SHA for 68e4314
lightning/src/lib.rs
@@ -37,7 +37,6 @@
37
// that don't do anything but annoy us and cant actually ever be resolved.
38
#![allow(bare_trait_objects)]
39
#![allow(ellipsis_inclusive_range_patterns)]
40
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
41
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
42
43
#[cfg(all(fuzzing, test))]
0 commit comments