Commit 26f817a
authored
Fix broken CI (rustc 1.96) (RustPython#7992)
* Fix lints for clippy 1.96
* Try to fix example
* Put fix in correct place1 parent 938d421 commit 26f817a
3 files changed
Lines changed: 2 additions & 5 deletions
File tree
- crates/vm/src
- builtins
- stdlib
- example_projects/wasm32_without_js/rustpython-without-js/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | 1009 | | |
1014 | 1010 | | |
1015 | 1011 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments