memory: add memory manager #14
Annotations
5 errors
|
Clippy
Process completed with exit code 101.
|
|
Clippy:
crates/leanVm/src/memory/manager.rs#L230
`usize::MAX` is never smaller than `4` and has therefore no effect
|
|
Clippy:
crates/leanVm/src/memory/manager.rs#L204
variables can be used directly in the `format!` string
|
|
Clippy:
crates/leanVm/src/memory/address.rs#L108
all if blocks contain the same code at the start
|
|
Clippy:
crates/leanVm/src/memory/address.rs#L100
variables can be used directly in the `format!` string
|