Skip to content

Commit 526e3b2

Browse files
committed
Refactor and update configuration and scripts
- Removed several formatting options from `rustfmt.toml` for cleaner configuration. - Added `schemars` dependency to `scripts/Cargo.toml`. - Updated `config_tool.rs` for improved formatting and readability. - Refactored `main.rs` to enhance code clarity and maintainability. - Updated `.rustc_info.json` to reflect the latest build information. - Improved integration tests for better readability and consistency. - Adjusted error recovery tests to enhance clarity and maintainability. - Refactored search and retrieve tests for improved readability. - Enhanced update and sync tests for better structure and clarity.
1 parent f5d2b02 commit 526e3b2

File tree

22 files changed

+6914
-248
lines changed

22 files changed

+6914
-248
lines changed

.clippy.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ single-char-binding-names-threshold = 4
66
trivial-copy-size-limit = 256
77
pass-by-value-size-limit = 256
88
too-many-lines-threshold = 150
9-
large-type-threshold = 200
109
enum-variant-size-threshold = 200
1110
verbose-bit-mask-threshold = 1
12-
literal-representation-threshold = 10
13-
trivially-copy-pass-by-ref-size-limit = 256
1411
avoid-breaking-exported-api = false
1512
suppress-restriction-lint-in-const = false
1613
disallowed-methods = [

0 commit comments

Comments
 (0)