Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 677b577

Browse files
committed
fixup! Update macro
1 parent 2849e4f commit 677b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libm-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ use parse::{Invocation, StructuredInput};
88
use proc_macro as pm;
99
use proc_macro2::{self as pm2, Span};
1010
use quote::{ToTokens, quote};
11+
use syn::Ident;
1112
use syn::visit_mut::VisitMut;
12-
use syn::{Ident, Meta};
1313

1414
const ALL_FUNCTIONS: &[(Signature, Option<Signature>, &[&str])] = &[
1515
(

0 commit comments

Comments
 (0)