Skip to content

Commit

Permalink
Allow unexpected_cfgs lint for cfg CHANNEL_NIGHTLY
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Jun 23, 2024
1 parent 57e92ff commit 5c67a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spdlog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
//! [`RotationPolicy::Hourly`]: crate::sink::RotationPolicy::Hourly
//! [`AsyncPoolSink`]: crate::sink::AsyncPoolSink

#![allow(unexpected_cfgs)]
// Credits: https://blog.wnut.pw/2020/03/24/documentation-and-unstable-rustdoc-features/
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
#![warn(missing_docs)]
Expand Down

0 comments on commit 5c67a97

Please sign in to comment.