Commit d6f4287
Claude
fix: remove assert!(true) statements causing clippy warnings
- Replace assert!(true) with proper TODO comments
- Fix clippy::assertions_on_constants warnings1 parent 87fcdb5 commit d6f4287
File tree
2 files changed
+3
-4
lines changed- crates/depyler-core/src
- playground/depyler-playground/src
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
| 122 | + | |
| 123 | + | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
0 commit comments