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.
unused_macros
1 parent 67e95fe commit 6b9753eCopy full SHA for 6b9753e
src/constance_port_arm_m/src/utils/pptext.rs
@@ -1,4 +1,5 @@
1
//! Conditional string literal generation
2
+#![allow(unused_macros)]
3
4
/// Define a macro that produces a string literal whose contents is revealed
5
/// and masked based on the current build configuration (`cfg!`).
0 commit comments