summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/clippy/test2/Cargo.toml
blob: b0ac9920885c251f1591597d32d5f94b6f902036 (plain)
1
2
3
4
5
6
7
8
[package]
name = "hello_world_2" # the name of the package
version = "0.2.0"    # the current version, obeying semver
authors = ["Alice <a@example.com>", "Bob <b@example.com>"]

[[bin]]
name = "fake_lib1"
path = "src/bad_1.rs"