partitioning: Correctly enforce 1mib alignment and constraints #37
ci.yaml
on: push
Build & Test Project
13s
Spell Check with Typos
4s
Annotations
5 warnings
Spell Check with Typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Test Project
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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__
|