core: Remove unused import

This commit is contained in:
Pekka Enberg
2024-12-27 18:39:38 +02:00
parent 5b8f00cb8d
commit 3bc554f27c

View File

@@ -1,6 +1,5 @@
use core::fmt;
use sqlite3_parser::ast;
use std::ptr::write;
use std::{
fmt::{Display, Formatter},
rc::Rc,