From 106ff05d5dfe3015178e0ca977bdaafd8b9f9a6c Mon Sep 17 00:00:00 2001 From: ahabhgk Date: Wed, 17 Apr 2024 14:10:37 +0800 Subject: [PATCH] fix --- src/architecture/rspack/plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/architecture/rspack/plugin.md b/src/architecture/rspack/plugin.md index 1b4bf3e..7edef4d 100644 --- a/src/architecture/rspack/plugin.md +++ b/src/architecture/rspack/plugin.md @@ -7,7 +7,7 @@ A simple example: ```rust use rspack_hook::{plugin, plugin_hook}; use rspack_core::{Plugin, PluginContext, ApplyContext, CompilerOptions}; -uee rspack_core::CompilerCompilation; +use rspack_core::CompilerCompilation; use rspack_error::Result; // define the plugin