mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
8e1ce480b9
Clippy has grown enough, that putting specific people in the "authors" field is warranted anymore.
14 lines
342 B
TOML
14 lines
342 B
TOML
[package]
|
|
name = "clippy-mini-macro-test"
|
|
version = "0.2.0"
|
|
authors = ["The Rust Clippy Developers"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "A macro to test clippy's procedural macro checks"
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "clippy_mini_macro_test"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|