mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

These lint rules are from src/lib.rs. We aim to remove them in the source code once `Zlints` hit stable.
12 lines
166 B
TOML
12 lines
166 B
TOML
[package]
|
|
name = "xtask-build-man"
|
|
version = "0.0.0"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|