diff options
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/dist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/src/dist.rs b/xtask/src/dist.rs index 67ae6106a..a56eeef8d 100644 --- a/xtask/src/dist.rs +++ b/xtask/src/dist.rs | |||
@@ -7,7 +7,6 @@ use crate::{ | |||
7 | project_root, | 7 | project_root, |
8 | }; | 8 | }; |
9 | 9 | ||
10 | |||
11 | pub fn run_dist(nightly: bool, client_version: Option<String>) -> Result<()> { | 10 | pub fn run_dist(nightly: bool, client_version: Option<String>) -> Result<()> { |
12 | let dist = project_root().join("dist"); | 11 | let dist = project_root().join("dist"); |
13 | rm_rf(&dist)?; | 12 | rm_rf(&dist)?; |