Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Sep 27, 2024
1 parent ff30ee5 commit 21ae9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/mako/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod duplicate_package_checker;
mod experimental;

Check warning on line 6 in crates/mako/src/config.rs

View check run for this annotation

Codecov / codecov/patch

crates/mako/src/config.rs#L6

Added line #L6 was not covered by tests
mod external;
mod generic_usize;
mod hrm;
mod hmr;

Check warning on line 9 in crates/mako/src/config.rs

View check run for this annotation

Codecov / codecov/patch

crates/mako/src/config.rs#L9

Added line #L9 was not covered by tests
mod inline_css;
mod macros;
mod manifest;
Expand Down Expand Up @@ -48,7 +48,7 @@ pub use external::{
ExternalAdvancedSubpathRule, ExternalAdvancedSubpathTarget, ExternalConfig,
};
pub use generic_usize::GenericUsizeDefault;
pub use hrm::{deserialize_hmr, HmrConfig};
pub use hmr::{deserialize_hmr, HmrConfig};
pub use inline_css::{deserialize_inline_css, InlineCssConfig};
pub use manifest::{deserialize_manifest, ManifestConfig};
use miette::{miette, ByteOffset, Diagnostic, NamedSource, SourceOffset, SourceSpan};
Expand Down
File renamed without changes.

0 comments on commit 21ae9e5

Please sign in to comment.