Skip to content

Commit efd1a89

Browse files
committed
RISC-V: Remove footnote from the "Zcb" extension
This commit removes excess footnote caused by sloppy copy-and-paste of other "Zc*" extension lines.
1 parent e907456 commit efd1a89

File tree

1 file changed

+1
-1
lines changed
  • crates/std_detect/src/detect/arch

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/arch/riscv.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ features! {
6969
/// | `"zbkx"` | Zbkx | 6.8 |
7070
/// | `"zbs"` | Zbs | 6.5 |
7171
/// | `"zca"` | Zca | 6.11 [^dep] |
72-
/// | `"zcb"` | Zcb | 6.11 [^dep] |
72+
/// | `"zcb"` | Zcb | 6.11 |
7373
/// | `"zcd"` | Zcd | 6.11 [^dep] |
7474
/// | `"zcf"` | Zcf | 6.11 [^dep] |
7575
/// | `"zcmop"` | Zcmop | 6.11 |

0 commit comments

Comments
 (0)