Minor fixes

This commit is contained in:
Andrew Golovashevich 2025-12-07 21:32:03 +03:00
parent b9c25c93cc
commit 2da0b29875
2 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@ rust = { nonstandard_style = "allow" }
#members = ["macro", "macro/parser"] #members = ["macro", "macro/parser"]
[patch.landgrafhomyak] [patch.landgrafhomyak]
json-decoder-api-0-macro-0 = { path = "macro" } #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-parser-0 = { path = "macro/parser" }

View File

@ -1,5 +1,5 @@
use crate::dsl::{ use crate::dsl::{
ArrayConfiguration, BooleanHandler, FloatHandler, IntegerHandler, NoValueHandler, NullHandler, ArrayConfiguration, BooleanHandler, FloatHandler, IntegerHandler, NullHandler,
ObjectConfiguration, StringHandler, ValueConfiguration, ObjectConfiguration, StringHandler, ValueConfiguration,
}; };
use std::marker::PhantomData; use std::marker::PhantomData;