mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18:03 +00:00
Fixed String and Option conflicts for the latest Rust
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
||||
use std::collections::TreeMap;
|
||||
use std::str::StrAllocating;
|
||||
|
||||
use super::{Json, List, Object, ToJson};
|
||||
use super::{Json, JsonObject, List, Object, ToJson};
|
||||
|
||||
pub struct ListBuilder {
|
||||
list: Vec<Json>,
|
||||
@@ -44,7 +44,7 @@ impl ListBuilder {
|
||||
}
|
||||
|
||||
pub struct ObjectBuilder {
|
||||
object: Object,
|
||||
object: JsonObject,
|
||||
}
|
||||
|
||||
impl ObjectBuilder {
|
||||
|
||||
Reference in New Issue
Block a user