Skip to content

Commit e3e067d

Browse files
Lokathorgnzlbg
authored andcommitted
oh, they both need double quotes, okay
1 parent d9ee188 commit e3e067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Application Program Status Register
22
pub struct APSR;
33

4-
#[cfg(any(not(target_feature = thumb-mode), target_feature = "v6t2"))]
4+
#[cfg(any(not(target_feature = "thumb-mode"), target_feature = "v6t2"))]
55
rsr!(APSR);

0 commit comments

Comments
 (0)