The GitHub Actions job "CI" on tvm-ffi.git/fix-clippy-lints has failed.
Run started by GitHub user Aphoh (triggered by tqchen).

Head commit for run:
08f02b60aedf62c244b7d4282ec39fb515864598 / William Arnold 
<[email protected]>
[FIX] Fix 3 deny-level clippy lints in Rust bindings

1. `data_as_slice_mut`: change `&self` → `&mut self` (fixes 
`clippy::mut_from_ref`).
   The method returns `&mut [T]` so requiring `&mut self` is more correct.

2. `with_stream`: mark `unsafe fn` (fixes `clippy::not_unsafe_ptr_arg_deref`).
   Caller must ensure `stream` is a valid handle for the device.

3. `from_extern_c`: mark `unsafe fn` (fixes `clippy::not_unsafe_ptr_arg_deref`).
   Caller must ensure `handle`, `safe_call`, and `deleter` are compatible.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/22645490892

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to