refactor: mark no_mangle attributes as unsafe #88
ci.yml
on: push
Spell Check with Typos
4s
Check MSRV: 1.80.0
30s
rustfmt
1m 50s
clippy
33s
clippy
24s
cargo deny
25s
Test cargo-multivers action
4m 18s
Matrix: Test
Annotations
4 errors and 7 warnings
Spell Check with Typos
Process completed with exit code 8.
|
calling `CStr::new` with a byte string literal:
multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal
--> multivers-runner/src/build/linux.rs:24:22
|
24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals
= note: `-D clippy::manual-c-str-literals` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
|
calling `CStr::new` with a byte string literal:
multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal
--> multivers-runner/src/build/linux.rs:24:22
|
24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals
= note: `-D clippy::manual-c-str-literals` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
|
clippy
Clippy had exited with the 101 exit code
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo deny
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check MSRV: 1.80.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
Failed to save: reserveCache failed: Cache service responded with 500
|
Test (ubuntu-latest, nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|