Fix clippy warning

This commit is contained in:
gwenn 2024-01-06 16:46:29 +01:00
parent 01a2cc51a5
commit 8a5e2e6f63

View File

@ -506,9 +506,6 @@ mod bindings {
use bindgen::callbacks::{IntKind, ParseCallbacks};
use std::path::Path;
use super::win_target;
#[derive(Debug)]
struct SqliteTypeChooser;