rust: Quiet clippy Vec<Foo> arg
cxx.rs only supports `Vec<String>` and not `&[String]` right now.
This commit is contained in:
parent
35fcf3eac0
commit
c027b638db
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#![deny(unused_must_use)]
|
||||
#![allow(clippy::ptr_arg)]
|
||||
|
||||
// pub(crate) utilities
|
||||
mod cxxrsutil;
|
||||
|
Loading…
Reference in New Issue
Block a user