summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/multiple_config_files/no_warn/Cargo.toml
blob: 7eb56cc4e9d97aae3bc56e7d28ee9acc70f17648 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "no_warn"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]