Skip to content

Commit

Permalink
Satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Brimfors committed May 9, 2021
1 parent 7f6d7f5 commit 6a5fc09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BitBucket Server Cli
----

[![Travis-Build](https://travis-ci.org/jensim/bitbucket_server_cli.svg?branch=main)](https://travis-ci.org/jensim/bitbucket_server_cli)
[![GH-Build](https://github.com/jensim/bitbucket_server_cli/workflows/Rust/badge.svg?branch=main)](https://github.com/jensim/bitbucket_server_cli/actions?query=workflow%3ARust)
[![Rust audit](https://github.com/jensim/bitbucket_server_cli/workflows/Rust%20audit/badge.svg?branch=main)](https://github.com/jensim/bitbucket_server_cli/actions?query=workflow%3A%22Rust+audit%22)

Expand Down
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ mod test {
"http timeout was not set correctly"
)
}
_ => assert!(false, "Bad format"),
_ => panic!("Bad format"),
}
}
}

0 comments on commit 6a5fc09

Please sign in to comment.