Commit 39c3a5dc authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-netdoc: parse2: Add missing ItemObjectParseable to prelude

And remove a then-unneeded import in a using module.
parent c78493ff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ use std::sync::Arc;
use std::sync::LazyLock;
use std::time;

use crate::parse2::ItemObjectParseable;

#[cfg(feature = "build_docs")]
mod build;

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ pub use super::{
    structural::{StopAt, StopPredicate},
    traits::{
        IsStructural, ItemArgumentParseable, ItemValueParseable, NetdocParseable,
        NetdocParseableFields,
        NetdocParseableFields, ItemObjectParseable,
    },
};
pub use crate::types::Unknown;