Skip to content

Commit 85534a9

Browse files
jiegectmfink
authored andcommitted
rs: fix documentation, check_only feature is disabled by default
1 parent e2e4cdd commit 85534a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ More complex demos welcome!
126126
e.g. `arch_arm64` enables arch arm64 support
127127
- `support_all_archs`<sup>&dagger;</sup>: enable all archs available
128128
in capstone, imply all `arch_$ARCH` features
129-
- `check_only`<sup>&dagger;</sup>: do not compile and link capstone C library,
129+
- `check_only`: do not compile and link capstone C library,
130130
you can enable it to speed up `cargo check` by 5x
131131

132132
<sup>&dagger;</sup>: enabled by default

0 commit comments

Comments
 (0)