Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
e38fa8c2bc0990debceaf28daa4fcb2c57dcdc1c
/
.
/
examples
/
cargo_lints
/
Cargo.toml
blob: d6ffb963847c287ef840405d5d39be85f91a6590 [
file
] [
log
] [
blame
]
[
package
]
name
=
"hello_world"
version
=
"0.1.0"
edition
=
"2021"
[
dependencies
]
[
lints
.
rust
]
dead_code
=
"allow"
[
lints
.
clippy
]
absurd_extreme_comparisons
=
"allow"
needless_if
=
"allow"
[
lints
.
rustdoc
]
invalid_html_tags
=
"allow"