mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust: Remove non_ascii_idents lint
This lint also covers dependencies that generate code i.e. derives. Those dependencies might introduce non-ascii chars deliberately as e.g. zerocopy 0.8.32+ does. Remove it to avoid any confusing warnings regarding non-ascii chars. Link: https://github.com/rust-lang/rust/issues/151025 [hoeppner@linux.ibm.com: Add link to reported issue] Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
7e3b8b8c16
commit
51d2c92067
@@ -22,7 +22,6 @@ rust-version = "1.75.0"
|
||||
[workspace.lints.rust]
|
||||
missing_docs = { level = "deny", priority = 1 }
|
||||
missing_debug_implementations = "warn"
|
||||
non_ascii_idents = "warn"
|
||||
nonstandard-style = "warn"
|
||||
trivial_numeric_casts = "warn"
|
||||
unstable_features = "warn"
|
||||
|
||||
Reference in New Issue
Block a user