Skip to content

Commit

Permalink
docs: fix tracing crate link in feature flags description
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj authored Aug 3, 2024
1 parent 608512e commit 6e5074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_json_path/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
//!
//! The following feature flags are supported:
//!
//! - `tracing` - Enable internal tracing via [tracing]
//! - `tracing` - Enable internal tracing via [tracing](https://docs.rs/tracing/latest/tracing/)
//! - `functions` - Enable user-defined functions
//! - `regex` - Enable the `match` and `search` functions
Expand Down

0 comments on commit 6e5074e

Please sign in to comment.