Skip to content

Upgrade boxroot, prepare OCaml 5 support #342

Upgrade boxroot, prepare OCaml 5 support

Upgrade boxroot, prepare OCaml 5 support #342

GitHub Actions / clippy succeeded Dec 27, 2023 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.77.0-nightly (2df6406b8 2023-12-26)
  • cargo 1.77.0-nightly (363a2d113 2023-12-22)
  • clippy 0.1.76 (2df6406 2023-12-26)

Annotations

Check warning on line 122 in src/runtime.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `caml_c_thread_unregister` is never used

warning: function `caml_c_thread_unregister` is never used
   --> src/runtime.rs:122:12
    |
122 |     pub fn caml_c_thread_unregister() -> isize;
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

Check warning on line 15 in src/memory.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `local_roots as ocaml_sys_local_roots`, `set_local_roots as ocaml_sys_set_local_roots`

warning: unused imports: `local_roots as ocaml_sys_local_roots`, `set_local_roots as ocaml_sys_set_local_roots`
  --> src/memory.rs:15:17
   |
15 |     caml_alloc, local_roots as ocaml_sys_local_roots, set_local_roots as ocaml_sys_set_local_roots,
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default