servo/ports
Jonathan Schwender f5c4988dcb
Use C-ABI for JNI functions (#31808)
`#[no_mangle]` alone does not imply "C"-ABI,
however the JNI layer will use the C-ABI to call the function.
See also the relevant [clippy-lint](https://rust-lang.github.io/rust-clippy/master/index.html#/no_mangle)
2024-03-21 13:12:31 +00:00
..
jniapi Use C-ABI for JNI functions (#31808) 2024-03-21 13:12:31 +00:00
servoshell fixed unused import warning in minibrowser (#31797) 2024-03-20 21:54:26 +00:00