We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ec0d3 commit 34f9f33Copy full SHA for 34f9f33
1 file changed
crates/rmcp-macros/src/tool.rs
@@ -3,7 +3,7 @@ use proc_macro2::{Span, TokenStream};
3
use quote::{ToTokens, format_ident, quote};
4
use syn::{Expr, Ident, ImplItemFn, LitStr, ReturnType, parse_quote};
5
6
-use crate::common::{extract_doc_line, none_expr};
+use crate::common::extract_doc_line;
7
8
/// Check if a type is Json<T> and extract the inner type T
9
fn extract_json_inner_type(ty: &syn::Type) -> Option<&syn::Type> {
0 commit comments