change the comment type in features!
's matcher
This commit is contained in:
parent
fe12e516e4
commit
f7eea6d42c
@ -140,9 +140,9 @@ macro_rules! features {
|
||||
$name:ident {
|
||||
mask: $mask:expr,
|
||||
|
||||
/// Should we assume that the feature is always available
|
||||
/// for aarch64-apple-* targets? The first AArch64 iOS
|
||||
/// device used the Apple A7 chip.
|
||||
// Should we assume that the feature is always available
|
||||
// for aarch64-apple-* targets? The first AArch64 iOS
|
||||
// device used the Apple A7 chip.
|
||||
// TODO: When we can use `if` in const expressions:
|
||||
// ```
|
||||
// aarch64_apple: $aarch64_apple,
|
||||
|
Loading…
x
Reference in New Issue
Block a user