rename ww #1
ci.yml
on: push
Debounce
2s
Lint
/
fmt
5s
Lint
/
clippy
54s
Lint
/
msrv
25s
Lint
/
actionlint
9s
Lint
/
renovate-linter
46s
Matrix: Test
Matrix: Release / build
Waiting for pending jobs
Annotations
1 warning
reference as raw pointer:
src/modules/localization.rs#L184
warning: reference as raw pointer
--> src/modules/localization.rs:184:13
|
184 | let ptr = (self as *mut Self).cast::<u8>();
| ^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::from_mut::<Self>(self)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ref_as_ptr
note: the lint level is defined here
--> src/main.rs:2:9
|
2 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::ref_as_ptr)]` implied by `#[warn(clippy::pedantic)]`
|