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 fb736a6 commit 57675f0Copy full SHA for 57675f0
arm-targets/src/lib.rs
@@ -1,4 +1,4 @@
1
-//! Useful helpers when building Arm code
+mi//! Useful helpers when building Arm code
2
//!
3
//! Hopefully Rust will stabilise these kinds of target features, and this won't
4
//! be required.
@@ -268,7 +268,7 @@ impl core::fmt::Display for Profile {
268
Profile::M => "m",
269
Profile::R => "r",
270
Profile::A => "a",
271
- Profile::Legacy => "legacy", // <-- Added
+ Profile::Legacy => "legacy",
272
}
273
)
274
0 commit comments