diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-19 12:36:01 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-19 12:36:01 +0100 |
commit | 21911153355b4bf9612c38f5ac92562aec02ffd9 (patch) | |
tree | e17fab91a142f6d5fe3d2bfe820dbd8bdee46ee6 /src | |
parent | 2d964b39da09ad82eccf09abdea73967bbff76f2 (diff) |
docs: add documentation comments
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -#![deny(clippy::all, clippy::pedantic)] +//! Mocking library supporting non-static generics. +#![deny(clippy::all, clippy::pedantic, missing_docs)] pub use ridicule_macros::mock; |