From 9cb7a38cb4235acaca69ff8cc61b636db5d31341 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 10 Apr 2025 09:47:31 -0500 Subject: [PATCH] Make doc linter happy --- rig-core/rig-core-derive/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rig-core/rig-core-derive/src/lib.rs b/rig-core/rig-core-derive/src/lib.rs index 684ae62..5a33faf 100644 --- a/rig-core/rig-core-derive/src/lib.rs +++ b/rig-core/rig-core-derive/src/lib.rs @@ -134,7 +134,7 @@ fn get_json_type(ty: &Type) -> proc_macro2::TokenStream { } } -/// A procedural macro that transforms a function into a [`rig::tool::Tool`] that can be used with a [`rig::agent::Agent`]. +/// A procedural macro that transforms a function into a `rig::tool::Tool` that can be used with a `rig::agent::Agent`. /// /// # Examples ///