Hide clippy errors from exported modules
This commit is contained in:
parent
795c3f870b
commit
788a22108b
@ -1,5 +1,8 @@
|
||||
//! Module containing all built-in _packages_ available to Rhai, plus facilities to define custom packages.
|
||||
|
||||
// Hide clippy errors from exported modules
|
||||
#![allow(clippy::redundant_clone)]
|
||||
|
||||
use crate::fn_native::{CallableFunction, IteratorFn, Shared};
|
||||
use crate::module::Module;
|
||||
use crate::utils::StaticVec;
|
||||
|
Loading…
Reference in New Issue
Block a user