Skip to content

Commit

Permalink
style: ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jul 19, 2024
1 parent fa45801 commit 7466ea3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/perseus-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,11 @@ pub fn get_user_crate_name(dir: &Path) -> Result<String, ExecutionError> {
/// *Note: following v0.4.0-beta.18, these will only affect the top-level paths
/// with these names, rather than any paths with these names. Further exclusions
/// should be manually specified.*
pub static WATCH_EXCLUSIONS: &[&str] =
&["dist", "target", "target_engine", "target_browser", ".git", "node_modules"];
pub static WATCH_EXCLUSIONS: &[&str] = &[
"dist",
"target",
"target_engine",
"target_browser",
".git",
"node_modules",
];

0 comments on commit 7466ea3

Please sign in to comment.