Skip to content

Commit

Permalink
add missing feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Dec 20, 2023
1 parent ef379df commit 0a32968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/src/loader/_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use sophia_api::parser::TripleParser;
use sophia_api::source::TripleSource;
use sophia_api::term::Term;
use sophia_iri::Iri;
#[cfg(feature = "jsonld")]
use sophia_jsonld::loader_factory::ClosureLoaderFactory;
use sophia_turtle::parser::{nt, turtle};
use std::borrow::Borrow;
Expand Down

0 comments on commit 0a32968

Please sign in to comment.