Skip to content

Commit

Permalink
style: remove a seemingly unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 12, 2023
1 parent 0b61014 commit 28bc433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pub const STAGE_DIR: &str = ".stage";
pub use manifest::CargoMetadata;
pub use models::{
ConfigOpts, ConfigOptsBuild, ConfigOptsClean, ConfigOptsHook, ConfigOptsProxy, ConfigOptsServe,
ConfigOptsTools, ConfigOptsWatch, CrossOrigin, CrossOriginParseError, WsProtocol,
ConfigOptsTools, ConfigOptsWatch, CrossOrigin, WsProtocol,
};
pub use rt::{Features, RtcBuild, RtcClean, RtcServe, RtcWatch};

0 comments on commit 28bc433

Please sign in to comment.