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:
@@ -28,7 +28,7 @@ pub enum FieldKind {
|
||||
Leaf {
|
||||
default: Option<Expr>,
|
||||
},
|
||||
Child {
|
||||
Nested {
|
||||
meta: &'static Meta,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user