code cleanup, signature checking func, clippy lints, etc #24
Annotations
6 errors and 1 warning
build (linux, ubuntu-latest, i686-unknown-linux-gnu):
instruction_hooking/src/lib.rs#L88
creating a mutable reference to mutable static is discouraged
|
build (linux, ubuntu-latest, i686-unknown-linux-gnu):
instruction_hooking/src/lib.rs#L98
creating a shared reference to mutable static is discouraged
|
build (linux, ubuntu-latest, i686-unknown-linux-gnu)
Process completed with exit code 101.
|
build (win, windows-latest, i686-pc-windows-msvc):
instruction_hooking/src/lib.rs#L88
creating a mutable reference to mutable static is discouraged
|
build (win, windows-latest, i686-pc-windows-msvc):
instruction_hooking/src/lib.rs#L98
creating a shared reference to mutable static is discouraged
|
build (win, windows-latest, i686-pc-windows-msvc)
Process completed with exit code 1.
|
build (linux, ubuntu-latest, i686-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|