diff --git a/bastion/src/lib.rs b/bastion/src/lib.rs index 62d61b41..2810283a 100644 --- a/bastion/src/lib.rs +++ b/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;