Skip to content

Commit d817248

Browse files
committed
chore: fix docs.rs builds
doc_auto_cfg has been merged into doc_cfg in rust-lang/rust#138907
1 parent 3007592 commit d817248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

croaring/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![no_std]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![deny(missing_docs)]
44
//! Rust wrapper for `CRoaring` (a C/C++ implementation at <https://github.com/RoaringBitmap/CRoaring>)
55
//!

0 commit comments

Comments
 (0)