CI #46
ci.yaml
on: schedule
Build & Test Project
51s
Spell Check with Typos
7s
Annotations
3 warnings
Build & Test Project:
disk-test/src/main.rs#L68
[clippy] reported by reviewdog 🐶
warning: the borrowed expression implements the required traits
--> disk-test/src/main.rs:68:42
|
68 | let mut gpt_disk = gpt_config.create(&path)?;
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
Raw Output:
disk-test/src/main.rs:68:42:w:warning: the borrowed expression implements the required traits
--> disk-test/src/main.rs:68:42
|
68 | let mut gpt_disk = gpt_config.create(&path)?;
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
__END__
|
Build & Test Project:
disk-test/src/main.rs#L88
[clippy] reported by reviewdog 🐶
warning: this operation has no effect
--> disk-test/src/main.rs:88:18
|
88 | max: 1 * 1024 * 1024 * 1024,
| ^^^^^^^^ help: consider reducing it to: `1024`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op
= note: `#[warn(clippy::identity_op)]` on by default
Raw Output:
disk-test/src/main.rs:88:18:w:warning: this operation has no effect
--> disk-test/src/main.rs:88:18
|
88 | max: 1 * 1024 * 1024 * 1024,
| ^^^^^^^^ help: consider reducing it to: `1024`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op
= note: `#[warn(clippy::identity_op)]` on by default
__END__
|
Build & Test Project:
disk-test/src/main.rs#L101
[clippy] reported by reviewdog 🐶
warning: this operation has no effect
--> disk-test/src/main.rs:101:18
|
101 | min: 1 * 1024 * 1024 * 1024,
| ^^^^^^^^ help: consider reducing it to: `1024`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op
Raw Output:
disk-test/src/main.rs:101:18:w:warning: this operation has no effect
--> disk-test/src/main.rs:101:18
|
101 | min: 1 * 1024 * 1024 * 1024,
| ^^^^^^^^ help: consider reducing it to: `1024`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op
__END__
|