Skip to content

Commit

Permalink
Fix warning in build-util (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki authored Feb 25, 2024
1 parent 9e91339 commit d1bed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-util/src/bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{env, fs, io, path::Path, process};

use quote::ToTokens;
use syn::{self, visit_mut::VisitMut};
use syn::visit_mut::VisitMut;

use crate::{
visitors::{Link, Sort},
Expand Down

0 comments on commit d1bed45

Please sign in to comment.