File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ And run the tests by the following command.
37
37
## ` precommit ` hook setup
38
38
39
39
You can use pre-commit hooks with the following configuration.
40
- This commit hook performs checks like ` cargo fmt ` and ` cargo clippy ` before committing .
40
+ By installing this hook, you can perform code formatting and lint automatically before creating commits .
41
41
42
42
```
43
43
❯ pip install pre-commit --break-system-packages
@@ -48,7 +48,7 @@ This commit hook performs checks like `cargo fmt` and `cargo clippy` before comm
48
48
49
49
You can build Raftify with the following features.
50
50
51
- By enabling or disabling the features below, you can include only the essential dependencies and source code in the build.
51
+ By enabling or disabling the features below, you can include only the necessary dependencies and source code in the build.
52
52
53
53
- ` inmemory_storage ` : In-memory log storage.
54
54
- ` heed_storage ` : [ Heed] ( https://github.com/meilisearch/heed ) log storage.
You can’t perform that action at this time.
0 commit comments