Skip to content

Commit 94bf642

Browse files
committed
Hide module string_buf to users
1 parent dfa2fb3 commit 94bf642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spdlog/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ pub mod re_export;
291291
mod record;
292292
pub mod sink;
293293
mod source_location;
294-
#[doc(hidden)]
295-
pub mod string_buf;
294+
mod string_buf;
296295
mod sync;
297296
pub mod terminal_style;
298297
#[cfg(test)]

0 commit comments

Comments
 (0)