From 6535663f6be4fa01034e04c148421fbb2cf47735 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 23 May 2021 13:57:01 +0000 Subject: fix(config): doc comment format --- crates/whirl_config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl_config/src/lib.rs b/crates/whirl_config/src/lib.rs index 66d3a26..c2264f2 100644 --- a/crates/whirl_config/src/lib.rs +++ b/crates/whirl_config/src/lib.rs @@ -46,7 +46,7 @@ impl Config { s.try_into() } - // Get a certain configuration key or group from the configuration file. + /// Get a certain configuration key or group from the configuration file. pub fn get() -> Config { return if let Err(why) = Self::load() { error!( -- cgit v1.2.3