mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-23 15:38:30 +01:00
Rename #[config(child)] to #[config(nested)]
This commit is contained in:
@@ -3,10 +3,10 @@ use confique::Config;
|
||||
|
||||
#[derive(Debug, Config)]
|
||||
struct Conf {
|
||||
#[config(child)]
|
||||
#[config(nested)]
|
||||
http: Http,
|
||||
|
||||
#[config(child)]
|
||||
#[config(nested)]
|
||||
cat: Cat,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user