Skip to content

Commit 6b9753e

Browse files
committed
refactor(port_arm_m): suppress the unused_macros warning when built for a hosted target
1 parent 67e95fe commit 6b9753e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constance_port_arm_m/src/utils/pptext.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Conditional string literal generation
2+
#![allow(unused_macros)]
23

34
/// Define a macro that produces a string literal whose contents is revealed
45
/// and masked based on the current build configuration (`cfg!`).

0 commit comments

Comments
 (0)