Merge pull request #123 from corewa-rs/dependabot/cargo/dependencies-… #217
Annotations
8 warnings
lint:
corewars-parser/src/phase/comment.rs#L27
variables can be used directly in the `format!` string
|
lint:
corewars-parser/src/phase/expansion.rs#L63
it is more concise to loop over references to containers instead of using explicit iteration methods
|
lint:
corewars-parser/src/phase/expansion.rs#L421
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
lint:
corewars/src/cli.rs#L102
matching over `()` is more explicit
|
lint:
corewars/src/cli.rs#L124
it is more concise to loop over references to containers instead of using explicit iteration methods
|
lint:
corewars-sim/src/core/address.rs#L123
variables can be used directly in the `format!` string
|
lint:
corewars-sim/src/core/modifier.rs#L154
variables can be used directly in the `format!` string
|
lint:
corewars-sim/src/core/opcode.rs#L245
variables can be used directly in the `format!` string
|