From 6723829a3398b3c9dd6dc6ae79124f46000606ee Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 00:50:54 +0200 Subject: chore(treewide): Remove `cargo` warnings to 0 There are still the `clippy` warnings, but they are for a future date. --- crates/turtle/src/atuin_client/secrets.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/turtle/src/atuin_client/secrets.rs') diff --git a/crates/turtle/src/atuin_client/secrets.rs b/crates/turtle/src/atuin_client/secrets.rs index 30723890..74d47ea6 100644 --- a/crates/turtle/src/atuin_client/secrets.rs +++ b/crates/turtle/src/atuin_client/secrets.rs @@ -16,7 +16,7 @@ type SpType<'a> = &'a [(&'a str, &'a str, TestValue<'a>)]; type SpType<'a> = &'a [(&'a str, &'a str)]; /// A list of `(name, regex, test)`, where `test` should match against `regex`. -pub(crate) static SECRET_PATTERNS: SpType = &[ +pub(crate) static SECRET_PATTERNS: SpType<'_> = &[ ( "AWS Access Key ID", "A[KS]IA[0-9A-Z]{16}", -- cgit v1.3.1