We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0913e commit 2f73ecdCopy full SHA for 2f73ecd
tests/ui/ptr_as_ptr.fixed
@@ -2,8 +2,8 @@
2
3
#![warn(clippy::ptr_as_ptr)]
4
5
-#[macro_use]
6
extern crate proc_macros;
+use proc_macros::{external, inline_macros};
7
8
mod issue_11278_a {
9
#[derive(Debug)]
tests/ui/ptr_as_ptr.rs
0 commit comments