Commit 3dae621
fix: suppress new clippy lints for Rust 1.93
- Allow self_only_used_in_recursion in gantt.rs and mermaid.rs
- Allow private_interfaces in wasm schedule_internal method
These are intentional patterns: recursive methods keep &self for
consistency, and schedule_internal is pub for test visibility only.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 954539b commit 3dae621
File tree
3 files changed
+3
-0
lines changed- crates
- utf8proj-render/src
- utf8proj-wasm/src
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| 739 | + | |
739 | 740 | | |
740 | 741 | | |
741 | 742 | | |
| |||
0 commit comments