diff options
| author | Fuwn <[email protected]> | 2021-05-23 13:57:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 13:57:01 -0700 |
| commit | 479b5e3fb33e901280ff14c227c6a874b991601a (patch) | |
| tree | 325c25622de1b187d7a7ad95ad5688d70175b0fb /crates/whirl_config/src | |
| parent | refactor(server): fix some unnecessarily exposed modules, allow dead code for... (diff) | |
| download | whirl-479b5e3fb33e901280ff14c227c6a874b991601a.tar.xz whirl-479b5e3fb33e901280ff14c227c6a874b991601a.zip | |
fix(config): doc comment format
Diffstat (limited to 'crates/whirl_config/src')
| -rw-r--r-- | crates/whirl_config/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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!( |