Skip to content

Commit

Permalink
add some general warning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nulluser0 committed Jun 21, 2024
1 parent 6081fad commit 5fbe05f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(dead_code)]
#![forbid(unsafe_code)]
#![deny(unreachable_pub)]

mod api;
mod client;
mod error;
mod models;
pub mod api;
pub mod client;
pub mod error;
pub mod models;

0 comments on commit 5fbe05f

Please sign in to comment.