Minor fixes
This commit is contained in:
parent
b9c25c93cc
commit
2da0b29875
@ -10,5 +10,5 @@ rust = { nonstandard_style = "allow" }
|
||||
#members = ["macro", "macro/parser"]
|
||||
|
||||
[patch.landgrafhomyak]
|
||||
json-decoder-api-0-macro-0 = { path = "macro" }
|
||||
json-decoder-api-0-macro-0-parser-0 = { path = "macro/parser" }
|
||||
#json-decoder-api-0-macro-0 = { path = "macro" }
|
||||
#json-decoder-api-0-macro-0-parser-0 = { path = "macro/parser" }
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
use crate::dsl::{
|
||||
ArrayConfiguration, BooleanHandler, FloatHandler, IntegerHandler, NoValueHandler, NullHandler,
|
||||
ArrayConfiguration, BooleanHandler, FloatHandler, IntegerHandler, NullHandler,
|
||||
ObjectConfiguration, StringHandler, ValueConfiguration,
|
||||
};
|
||||
use std::marker::PhantomData;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user