Skip to content

Commit 68e4314

Browse files
committed
Drop now-removed doc_auto_cfg feature
It seems new rustc removed this feature, hopefully its available upstream but either way it caused the 0.1.6 docs.rs build to fail.
1 parent 21e9a9c commit 68e4314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
// that don't do anything but annoy us and cant actually ever be resolved.
3838
#![allow(bare_trait_objects)]
3939
#![allow(ellipsis_inclusive_range_patterns)]
40-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4140
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
4241

4342
#[cfg(all(fuzzing, test))]

0 commit comments

Comments
 (0)