Skip to content

Commit 8b11425

Browse files
authored
Update src/command/build.rs
1 parent 724a803 commit 8b11425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ pub enum Target {
6767
Deno,
6868
}
6969

70-
7170
impl fmt::Display for Target {
7271
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
7372
let s = match self {

0 commit comments

Comments
 (0)