Skip to content

Commit

Permalink
Document dependency on serde_json feature for main example (#251).
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Jan 6, 2025
1 parent 8eb49d8 commit d12b1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jaq-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
//! * load JSON files lazily,
//! * handle errors etc.
//!
//! (This example requires enabling the `serde_json` feature for `jaq-json`.)
//!
//! ~~~
//! use jaq_core::{load, Compiler, Ctx, Error, FilterT, RcIter};
//! use jaq_json::Val;
Expand Down

0 comments on commit d12b1d4

Please sign in to comment.