Skip to content

Commit

Permalink
Trigger once CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Jun 23, 2024
1 parent 57e92ff commit 308dfed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion spdlog/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl Logger {
self.sink_record(record);
}

/// Flushes any buffered records.
/// Flushes any buffered records.
///
/// Users can call this function to flush manually or use auto-flush
/// policies. See also [`Logger::flush_level_filter`] and
Expand Down

0 comments on commit 308dfed

Please sign in to comment.