objdiff-wasm: Fix symbol filtering

regex crate needed the `unicode-case` feature
This commit is contained in:
2025-03-11 21:42:14 -06:00
parent 42d4c38079
commit 87fa29e8b0
7 changed files with 76 additions and 41 deletions

View File

@@ -563,7 +563,7 @@ pub fn instruction_hover(
out
}
#[derive(Copy, Clone)]
#[derive(Debug, Copy, Clone)]
pub enum SymbolFilter<'a> {
None,
Search(&'a Regex),