Skip to content

Commit 1b0f4dd

Browse files
committed
docs(fmt): Point people to anstyle adapters
1 parent 8bf7499 commit 1b0f4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fmt/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ impl Formatter {
129129
/// Get the default [`style::Style`] for the given level.
130130
///
131131
/// The style can be used to print other values besides the level.
132+
///
133+
/// See [`style`] for how to adapt it to the styling crate of your choice
132134
pub fn default_level_style(&self, level: Level) -> style::Style {
133135
if self.write_style == WriteStyle::Never {
134136
style::Style::new()

0 commit comments

Comments
 (0)