From 6e5074e62920fa0f753c64318ba32e823685d41c Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Fri, 2 Aug 2024 23:46:13 -0700 Subject: [PATCH] docs: fix tracing crate link in feature flags description --- serde_json_path/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde_json_path/src/lib.rs b/serde_json_path/src/lib.rs index dcad14d..2f9e05c 100644 --- a/serde_json_path/src/lib.rs +++ b/serde_json_path/src/lib.rs @@ -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