refactor(es/plugin): Fix lints (#5801)

This commit is contained in:
Donny/강동윤 2022-09-10 12:50:54 +09:00 committed by GitHub
parent 575940e770
commit 2bbc9bd73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]
mod comments;
mod memory_interop;
mod metadata;

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]
extern crate swc_node_base;
use std::{

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]
use std::{path::Path, sync::Arc};
use anyhow::Error;

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]
use std::{
env, fs,
path::{Path, PathBuf},