Skip to content

Commit f637912

Browse files
authored
Remove unused import.
1 parent e4c46f5 commit f637912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/clang.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::fmt;
1414
use std::fs::OpenOptions;
1515
use std::hash::Hash;
1616
use std::hash::Hasher;
17-
use std::os::raw::{c_char, c_int, c_longlong, c_uint, c_ulong, c_ulonglong};
17+
use std::os::raw::{c_char, c_int, c_longlong, c_uint, c_ulonglong};
1818
use std::sync::OnceLock;
1919
use std::{mem, ptr, slice};
2020

0 commit comments

Comments
 (0)