Home
last modified time | relevance | path

Searched refs:STRICT_LINTS (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/rust/
H A Drustc_args.py38 STRICT_LINTS = {"unknown_lints", "warnings"} variable
107 if not (strict_lints and lint in STRICT_LINTS):
111 for lint in STRICT_LINTS: