Switch from text-diff to similar for content diffing. #349
Annotations
3 warnings
redundant closure:
crates/kernel/src/tasks/vm_host.rs#L288
warning: redundant closure
--> crates/kernel/src/tasks/vm_host.rs:288:41
|
288 | .unwrap_or_else(|e| ExecutionResult::PushError(e));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `ExecutionResult::PushError`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style
Unexpected input(s) 'dprint-version', valid inputs are ['entryPoint', 'args']
|