Home
last modified time | relevance | path

Searched refs:lints (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/rust/
H A DCargo.toml18 [workspace.lints.rust]
23 # Occasionally, we may need to silence warnings and clippy lints that
32 [workspace.lints.rustdoc]
42 [workspace.lints.clippy]
43 # default-warn lints
51 # default-allow lints
/openbmc/qemu/scripts/rust/
H A Drustc_args.py62 toml_lints = self.lints
68 def lints(self) -> Mapping[Any, Any]: member in CargoTOML
88 toml_lints = cargo_toml.lints
209 if args.lints:
214 if args.lints:
/openbmc/qemu/subprojects/packagefiles/arbitrary-int-1-rs/
H A Dmeson.build12 rust_args: ['--cap-lints', 'allow'],
/openbmc/qemu/rust/bits/
H A DCargo.toml18 [lints]
/openbmc/qemu/subprojects/packagefiles/unicode-ident-1-rs/
H A Dmeson.build13 rust_args: ['--cap-lints', 'allow'],
/openbmc/qemu/subprojects/packagefiles/either-1-rs/
H A Dmeson.build14 '--cap-lints', 'allow',
/openbmc/qemu/rust/hw/timer/hpet/
H A DCargo.toml17 [lints]
/openbmc/qemu/subprojects/packagefiles/foreign-0.3-rs/
H A Dmeson.build17 '--cap-lints', 'allow',
/openbmc/qemu/rust/qemu-api-macros/
H A DCargo.toml23 [lints]
/openbmc/qemu/rust/qemu-api/
H A DCargo.toml27 [lints]
/openbmc/qemu/rust/hw/char/pl011/
H A DCargo.toml22 [lints]
/openbmc/qemu/subprojects/packagefiles/itertools-0.11-rs/
H A Dmeson.build18 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/bilge-0.2-rs/
H A Dmeson.build20 rust_args: ['--cap-lints', 'allow'],
/openbmc/qemu/subprojects/packagefiles/quote-1-rs/
H A Dmeson.build18 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/libc-0.2-rs/
H A Dmeson.build14 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/proc-macro2-1-rs/
H A Dmeson.build18 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/anyhow-1-rs/
H A Dmeson.build9 rust_args = ['--cap-lints', 'allow']
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/
H A Dmeson.build19 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/
H A Dmeson.build22 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/
H A Dmeson.build23 '--cap-lints', 'allow',
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/
H A Dmeson.build28 '--cap-lints', 'allow',
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh504 --enable-strict-rust-lints) printf "%s" -Dstrict_rust_lints=true ;;
505 --disable-strict-rust-lints) printf "%s" -Dstrict_rust_lints=false ;;
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drevert-link-std-statically-in-rustc_driver-feature.patch163 // warn on lints, that are included in `rust-lang/rust`s bootstrap
/openbmc/qemu/docs/devel/
H A Drust.rst28 * the set of warnings and lints that are used to build QEMU always
467 * usually, a ``--cap-lints allow`` argument to hide warnings from rustc
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.85.1.bb244 SUMMARY:${PN}-tools-clippy = "A collection of lints to catch common mistakes and improve your Rust …

12