Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Alexander Weber committed Nov 30, 2020
1 parent 21dee04 commit 77233cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ impl CallArgs {
std::io::ErrorKind::Other,
"can not use backend+ui without experimental features being activated",
)),
#[cfg(feature = "backend+cli")]
Backend::CLI => {}
};
Ok(())
Expand Down

0 comments on commit 77233cb

Please sign in to comment.