Skip to content

Commit a9fc202

Browse files
committed
chore: format version problems T_T
1 parent cbebdc1 commit a9fc202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog-ipc-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
use proc_macro::TokenStream;
55
use quote::{format_ident, quote, ToTokens};
6-
use syn::__private::Span;
76
use syn::FnArg::Typed;
7+
use syn::__private::Span;
88
use syn::{parse_quote, Arm, FieldPat, Ident, ItemTrait, Member, Pat, Stmt, TraitItem};
99

1010
fn snake_to_camel(ident_str: &str) -> String {

0 commit comments

Comments
 (0)