summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/feature_name/fail/Cargo.toml
blob: 97d51462a946fc3dd4d1c59acf17e5583b540858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Content that triggers the lint goes here

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

[workspace]

[features]
use-qwq = []
use_qwq = []
with-owo = []
with_owo = []
qvq-support = []
qvq_support = []
no-qaq = []
no_qaq = []
not-orz = []
not_orz = []