Browse Source

fix formatting

Evan Almloff 1 year ago
parent
commit
1b7017f67b
2 changed files with 0 additions and 6 deletions
  1. 0 4
      packages/cli-config/Cargo.toml
  2. 0 2
      packages/cli/src/error.rs

+ 0 - 4
packages/cli-config/Cargo.toml

@@ -88,10 +88,6 @@ interprocess-docfix = { version = "1.2.2" }
 default = []
 default = []
 plugin = ["mlua"]
 plugin = ["mlua"]
 
 
-[[bin]]
-path = "src/main.rs"
-name = "dx"
-
 [dev-dependencies]
 [dev-dependencies]
 tempfile = "3.3"
 tempfile = "3.3"
 
 

+ 0 - 2
packages/cli/src/error.rs

@@ -81,8 +81,6 @@ impl From<dioxus_cli_config::CargoError> for Error {
     }
     }
 }
 }
 
 
-
-
 #[macro_export]
 #[macro_export]
 macro_rules! custom_error {
 macro_rules! custom_error {
     ($msg:literal $(,)?) => {
     ($msg:literal $(,)?) => {