mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
22 lines
274 B
TOML
22 lines
274 B
TOML
|
|
||
|
# 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 = []
|