Skip to content

Commit

Permalink
[dyn-cache] add crate-level lints
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Jul 20, 2020
1 parent 3e9b366 commit 30674ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dyn-cache/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![forbid(unsafe_code)]
#![deny(clippy::all, missing_docs)]

//! Caches for storing the results of repeated function calls.
//!
//! There are two main flavors of cache available for use in this crate:
Expand Down

0 comments on commit 30674ff

Please sign in to comment.