about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/proc_macro.rs
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-07-02 14:35:19 +0200
committerPhilipp Krones <hello@philkrones.com>2023-07-02 14:59:02 +0200
commitbeb0e731de1c13ee0ee341965718b6350a48b34d (patch)
tree55b99c273013575811111601fc4ff948e4d27157 /src/tools/clippy/tests/ui/proc_macro.rs
parent72b21014344fe5a595270c951d5a15887f9c7992 (diff)
parent37f4c1725d3fd7e9c3ffd8783246bc5589debc53 (diff)
downloadrust-beb0e731de1c13ee0ee341965718b6350a48b34d.tar.gz
rust-beb0e731de1c13ee0ee341965718b6350a48b34d.zip
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Diffstat (limited to 'src/tools/clippy/tests/ui/proc_macro.rs')
-rw-r--r--src/tools/clippy/tests/ui/proc_macro.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/proc_macro.rs b/src/tools/clippy/tests/ui/proc_macro.rs
index 59914b8b8f6..b77874034d0 100644
--- a/src/tools/clippy/tests/ui/proc_macro.rs
+++ b/src/tools/clippy/tests/ui/proc_macro.rs
@@ -1,5 +1,4 @@
 //! Check that we correctly lint procedural macros.
-#![crate_type = "proc-macro"]
 
 extern crate proc_macro;