diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 10:20:45 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 10:20:45 +0200 |
| commit | ebf9c06100ab87cd958fbbc9dbbaac5099af5122 (patch) | |
| tree | 5d8e1bbd02f9efe81015ba9073f3cd8689ab3143 /src | |
| parent | feat: switch from `onig` to `fancy` (diff) | |
| download | iced_custom_highlighter-ebf9c06100ab87cd958fbbc9dbbaac5099af5122.tar.gz | |
fix: clippy lints
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ where /// The settings of a [`Highlighter`]. #[derive(Debug, Clone, PartialEq)] +#[allow(unpredictable_function_pointer_comparisons)] pub struct Settings<T> { /// Custom scopes used for parsing the code. /// |
