Skip to content

Commit 918c5be

Browse files
committed
Feature doc_auto_cfg is merged into doc_cfg in the latest nightly
Upstream PR: rust-lang/rust#138907
1 parent b064f35 commit 918c5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
278278
#![allow(unexpected_cfgs)]
279279
// Credits: https://blog.wnut.pw/2020/03/24/documentation-and-unstable-rustdoc-features/
280-
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
280+
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_cfg))]
281281
#![warn(missing_docs)]
282282

283283
// Used for referencing from proc-macros

0 commit comments

Comments
 (0)