From 1b0f4dd9a084cdc1a6244cbb0041bdba4769b4a4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 14:48:59 -0600 Subject: [PATCH] docs(fmt): Point people to anstyle adapters --- src/fmt/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fmt/mod.rs b/src/fmt/mod.rs index b7aa4ac..f0340e4 100644 --- a/src/fmt/mod.rs +++ b/src/fmt/mod.rs @@ -129,6 +129,8 @@ impl Formatter { /// Get the default [`style::Style`] for the given level. /// /// The style can be used to print other values besides the level. + /// + /// See [`style`] for how to adapt it to the styling crate of your choice pub fn default_level_style(&self, level: Level) -> style::Style { if self.write_style == WriteStyle::Never { style::Style::new()