Skip to content

Commit 57675f0

Browse files
Removed unnecessary annotation
1 parent fb736a6 commit 57675f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm-targets/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Useful helpers when building Arm code
1+
mi//! Useful helpers when building Arm code
22
//!
33
//! Hopefully Rust will stabilise these kinds of target features, and this won't
44
//! be required.
@@ -268,7 +268,7 @@ impl core::fmt::Display for Profile {
268268
Profile::M => "m",
269269
Profile::R => "r",
270270
Profile::A => "a",
271-
Profile::Legacy => "legacy", // <-- Added
271+
Profile::Legacy => "legacy",
272272
}
273273
)
274274
}

0 commit comments

Comments
 (0)