Skip to content

Commit

Permalink
Added warnings for missing docs and debug implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Nov 5, 2019
1 parent 2497485 commit 9ac8f67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bastion/src/lib.rs
@@ -1,3 +1,7 @@
// Force missing implementations
#![warn(missing_docs)]
#![warn(missing_debug_implementations)]

pub use self::bastion::Bastion;

mod bastion;
Expand Down

0 comments on commit 9ac8f67

Please sign in to comment.