mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Ignore clippy::unreadable-literal (pedantic) for CONFUSABLES (#864)
This commit is contained in:
@@ -10,6 +10,7 @@ use crate::{Check, Settings};
|
||||
|
||||
/// See: https://github.com/microsoft/vscode/blob/095ddabc52b82498ee7f718a34f9dd11d59099a8/src/vs/base/common/strings.ts#L1094
|
||||
static CONFUSABLES: Lazy<FxHashMap<u32, u32>> = Lazy::new(|| {
|
||||
#[allow(clippy::unreadable_literal)]
|
||||
FxHashMap::from_iter([
|
||||
(8232, 32),
|
||||
(8233, 32),
|
||||
|
||||
Reference in New Issue
Block a user