Merge pull request #60 from jhwgh1968/plugins

Remove redundant clones in codegen
This commit is contained in:
Stephen Chung
2020-09-23 11:54:57 +08:00
committed by GitHub
4 changed files with 22 additions and 25 deletions

View File

@@ -1,8 +1,5 @@
//! 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;