From f4943abf73cb42685e07dc96c31e50b767c42e3a Mon Sep 17 00:00:00 2001 From: Huber Date: Mon, 2 Feb 2026 19:02:16 +0200 Subject: [PATCH] chore(ci): add `consts` to typos allowlist (#21708) --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 896c2c783e..dd292bf485 100644 --- a/typos.toml +++ b/typos.toml @@ -38,3 +38,5 @@ Iy = "Iy" # Part of base64 encoded ENR flate = "flate" # zlib-flate is a valid tool name Pn = "Pn" # Part of UPnP (Universal Plug and Play) BA = "BA" # Part of BAL - Block Access List (EIP-7928) +consts = "consts" # std::env::consts is a valid Rust module +Consts = "Consts" # Valid identifier suffix (e.g., RethCliVersionConsts)