summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/feature_name/pass/Cargo.toml
blob: cf947312bd4798b38f721d1fa879a00d4cb461b2 (plain)
1
2
3
4
5
6
7
8
9
# This file should not trigger the lint

[package]
name = "feature_name"
version = "0.1.0"
publish = false

[workspace]