diff options
Diffstat (limited to 'ext/node/errors.rs')
-rw-r--r-- | ext/node/errors.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/errors.rs b/ext/node/errors.rs index e07a8347a..f34707c66 100644 --- a/ext/node/errors.rs +++ b/ext/node/errors.rs @@ -45,7 +45,6 @@ pub fn err_invalid_package_config( generic_error(msg) } -#[allow(unused)] pub fn err_module_not_found(path: &str, base: &str, typ: &str) -> AnyError { generic_error(format!( "[ERR_MODULE_NOT_FOUND] Cannot find {typ} \"{path}\" imported from \"{base}\"" |