Skip to content

Commit

Permalink
add clippy compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Nov 30, 2021
1 parent a098008 commit 3c6554a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(clippy::all)]

//! Shiplift is a multi-transport utility for maneuvering [docker](https://www.docker.com/) containers
//!
//! # examples
Expand Down

0 comments on commit 3c6554a

Please sign in to comment.