Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored May 27, 2024
1 parent e4c46f5 commit f637912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/clang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::fmt;
use std::fs::OpenOptions;
use std::hash::Hash;
use std::hash::Hasher;
use std::os::raw::{c_char, c_int, c_longlong, c_uint, c_ulong, c_ulonglong};
use std::os::raw::{c_char, c_int, c_longlong, c_uint, c_ulonglong};
use std::sync::OnceLock;
use std::{mem, ptr, slice};

Expand Down

0 comments on commit f637912

Please sign in to comment.