Skip to content

Commit 3a88e56

Browse files
committed
Fix warning in build-util
1 parent 9e91339 commit 3a88e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-util/src/bindgen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{env, fs, io, path::Path, process};
22

33
use quote::ToTokens;
4-
use syn::{self, visit_mut::VisitMut};
4+
use syn::visit_mut::VisitMut;
55

66
use crate::{
77
visitors::{Link, Sort},

0 commit comments

Comments
 (0)