File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ - #718 - remove deb subcommand.
8
9
- #714 - use host target directory when falling back to host cargo.
9
10
- #713 - convert relative target directories to absolute paths.
10
11
- #709 - Update Emscripten targets to ` emcc ` version 3.1.10
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ pub enum Subcommand {
15
15
Rustc ,
16
16
Test ,
17
17
Bench ,
18
- Deb ,
19
18
Clippy ,
20
19
Metadata ,
21
20
}
@@ -44,7 +43,6 @@ impl<'a> From<&'a str> for Subcommand {
44
43
"rustc" => Subcommand :: Rustc ,
45
44
"t" | "test" => Subcommand :: Test ,
46
45
"bench" => Subcommand :: Bench ,
47
- "deb" => Subcommand :: Deb ,
48
46
"clippy" => Subcommand :: Clippy ,
49
47
"metadata" => Subcommand :: Metadata ,
50
48
_ => Subcommand :: Other ,
You can’t perform that action at this time.
0 commit comments