mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-09 13:37:55 +00:00
objdiff-wasm: Fix symbol filtering
regex crate needed the `unicode-case` feature
This commit is contained in:
@@ -563,7 +563,7 @@ pub fn instruction_hover(
|
||||
out
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum SymbolFilter<'a> {
|
||||
None,
|
||||
Search(&'a Regex),
|
||||
|
||||
Reference in New Issue
Block a user