aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client/secrets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/src/atuin_client/secrets.rs')
-rw-r--r--crates/turtle/src/atuin_client/secrets.rs2
1 files changed, 1 insertions, 1 deletions
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}",