From aac465550ed626f0639f02d1157a200ee99cf2b5 Mon Sep 17 00:00:00 2001 From: linux_china Date: Thu, 9 May 2024 14:08:18 +0800 Subject: [PATCH] chore: lint --- src/compile.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compile.rs b/src/compile.rs index 35fcb6b..3dd741e 100644 --- a/src/compile.rs +++ b/src/compile.rs @@ -21,7 +21,6 @@ use smallvec::smallvec; use std::collections::VecDeque; use std::mem; use std::sync::Arc; -use crate::builtins::Function::BloomFilterContains; use crate::compile::Ty::{MapIntFloat, MapIntInt, MapIntStr, MapStrFloat, MapStrInt, MapStrStr}; pub(crate) const UNUSED: u32 = u32::max_value();