mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-23 15:38:30 +01:00
Add typename attribute and refactor a bunch
This commit should have been two, I know. I feel bad about it.
This commit is contained in:
@@ -3,7 +3,7 @@ mod config {
|
||||
use std::path::PathBuf;
|
||||
|
||||
confique::config! {
|
||||
#[derive(Clone)]
|
||||
#[derive(Debug, Clone)]
|
||||
log: {
|
||||
/// Determines how many messages are logged. Log messages below
|
||||
/// this level are not emitted. Possible values: "trace", "debug",
|
||||
|
||||
Reference in New Issue
Block a user