Commit a6bbdae
committed
👕 Add comprehensive clippy lints for code quality
Expand clippy configuration with development, async, and efficiency lints
- Add development/debugging lints: dbg_macro, todo, print_stdout
- Include async-specific lints: future_not_send, async_yields_async
- Add string/collection efficiency lints: implicit_clone,
inefficient_to_string, string_lit_as_bytes
- Include code complexity lints: too_many_lines, cognitive_complexity
- Add error handling lint: result_large_err
- Remove commented future consideration lints that are now active
These additions improve code quality enforcement across debugging practices,
async code patterns, performance considerations, and maintainability metrics.1 parent 74c7a35 commit a6bbdae
1 file changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
100 | 121 | | |
101 | 122 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 123 | | |
106 | 124 | | |
107 | 125 | | |
| |||
0 commit comments