Add shared memory support #73
Closed
Annotations
4 warnings
|
Clippy:
src/lib.rs#L569
warning: redundant field names in struct initialization
--> src/vfs.rs:569:25
|
569 | handle: handle,
| ^^^^^^^^^^^^^^ help: replace it with: `handle`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
|
Clippy:
src/lib.rs#L526
warning: redundant field names in struct initialization
--> src/vfs.rs:526:21
|
526 | handle: handle,
| ^^^^^^^^^^^^^^ help: replace it with: `handle`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
|
Clippy
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
|
Clippy
clippy-action doesn't have permissions to create Check Runs, disabling!
|
Loading