change the comment type in features!'s matcher

This commit is contained in:
zjp 2022-03-24 21:21:16 +08:00 committed by Brian Smith
parent fe12e516e4
commit f7eea6d42c

View File

@ -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,