Skip to content

Commit

Permalink
hide warnings for docs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Aug 11, 2024
1 parent 5fed2f2 commit d8a7f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
#![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
#![deny(missing_debug_implementations, nonstandard_style)]
#![warn(missing_docs, unreachable_pub)]
#![allow(dead_code)]
//#![warn(missing_docs, unreachable_pub)] // TODO uncomment me

mod builder;
mod channels;
Expand Down

0 comments on commit d8a7f26

Please sign in to comment.