Skip to content

Commit 16dbd42

Browse files
committed
Fix wrong crate name in the crate doc of spdlog-internal
1 parent 06aaa90 commit 16dbd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog-internal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Internal private common code for crate [`spdlog-rs`].
22
//!
3-
//! `spdlog-macros` should never be used as a standalone dependency, use
3+
//! `spdlog-internal` should never be used as a standalone dependency, use
44
//! [`spdlog-rs`] instead.
55
//!
66
//! [`spdlog-rs`]: https://crates.io/crates/spdlog-rs

0 commit comments

Comments
 (0)