From b4011176cc4b68aed77a6946610a3dcf3b938e95 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 10 Jun 2026 22:28:10 +0200 Subject: chore: Turn all `allow`s into into `expect`s --- crates/atuin-nucleo/matcher/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-nucleo/matcher/src/lib.rs') 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, } -- cgit v1.3.1