Commit d3adc3b
committed
DRAFT: std_detect: AArch64: Use
`implied by target_features: [...]` is currently only used on
the AArch64 architecture.
Since those uses can be substituted with
`implied by cfg(any(target_feature = ...))` or more simply
`implied by cfg(target_feature = ...)` (if there's only 1 target feature
to imply from), this commit attempts to use this for simplicity.implied by cfg(...)
1 parent a05552d commit d3adc3b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments