Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Jan 1, 2019
1 parent f892157 commit 39d4100
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
# TODO This is the "test phase", tweak it as you see fit
main() {
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cross clippy --all-targets --all-features -- -D warnings
cross check --target $TARGET
cross check --target $TARGET --release
cross check --target $TARGET --all-features
Expand Down
1 change: 0 additions & 1 deletion src/steps/os/freebsd.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::error::{Error, ErrorKind};
use crate::executor::RunType;
use crate::terminal::{print_separator, print_warning};
use crate::utils::Check;
use failure::ResultExt;
use std::path::PathBuf;
use std::process::Command;
Expand Down

0 comments on commit 39d4100

Please sign in to comment.