Commit 3528e02
committed
fix: resolve critical printf syntax error blocking cargo-wrt build
- Fix malformed printf statement in wrt-error/src/recovery.rs:194
- This was preventing cargo-wrt from building, which blocked CI tooling
- wrt-error crate now builds successfully
- This should resolve the 'cargo-wrt: command not found' errors in CI1 parent 8592488 commit 3528e02
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments