Skip to content

Commit 34f9f33

Browse files
committed
fix: remove unused none_expr import
1 parent 99ec0d3 commit 34f9f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp-macros/src/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use proc_macro2::{Span, TokenStream};
33
use quote::{ToTokens, format_ident, quote};
44
use syn::{Expr, Ident, ImplItemFn, LitStr, ReturnType, parse_quote};
55

6-
use crate::common::{extract_doc_line, none_expr};
6+
use crate::common::extract_doc_line;
77

88
/// Check if a type is Json<T> and extract the inner type T
99
fn extract_json_inner_type(ty: &syn::Type) -> Option<&syn::Type> {

0 commit comments

Comments
 (0)