Skip to content

Commit a40b0b7

Browse files
committed
Restrict Style to crate visibility.
1 parent c9296dc commit a40b0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// Log message styling.
22
///
33
/// Adapted from <https://gitlab.com/limira-rs/wasm-logger/-/blob/0c16227/src/lib.rs#L72-85>
4-
pub struct Style<'s> {
4+
pub(crate) struct Style<'s> {
55
pub trace: &'s str,
66
pub debug: &'s str,
77
pub info: &'s str,

0 commit comments

Comments
 (0)