diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:28:10 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:28:10 +0200 |
| commit | b4011176cc4b68aed77a6946610a3dcf3b938e95 (patch) | |
| tree | 65120528263f2330b06829fecf2c4a76052069c7 /crates/atuin-nucleo/matcher/src/lib.rs | |
| parent | chore: Remove more useless code (diff) | |
| download | atuin-b4011176cc4b68aed77a6946610a3dcf3b938e95.zip | |
chore: Turn all `allow`s into into `expect`s
Diffstat (limited to 'crates/atuin-nucleo/matcher/src/lib.rs')
| -rw-r--r-- | crates/atuin-nucleo/matcher/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-nucleo/matcher/src/lib.rs b/crates/atuin-nucleo/matcher/src/lib.rs index 9ae4b665..e40c5be7 100644 --- a/crates/atuin-nucleo/matcher/src/lib.rs +++ b/crates/atuin-nucleo/matcher/src/lib.rs @@ -152,7 +152,7 @@ use crate::matrix::MatrixSlab; /// that the matcher **will panic**. The caller must decide whether it wants to /// filter out long haystacks or truncate them. pub struct Matcher { - #[allow(missing_docs)] + #[expect(missing_docs)] pub config: Config, slab: MatrixSlab, } |
