Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed May 9, 2024
1 parent 3e87e3e commit aac4655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit aac4655

Please sign in to comment.