diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-03-20 20:38:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:10 +0200 |
commit | f9bd2d8fb79a8f3dbea54834b39e65438846ea5c (patch) | |
tree | 1d8e8bc66f80e29205893dc35187c0980f46f822 /src/util/lib.rs | |
parent | bf36f1f16aae763feae7bc7365741d8406f053cb (diff) | |
download | garage-f9bd2d8fb79a8f3dbea54834b39e65438846ea5c.tar.gz garage-f9bd2d8fb79a8f3dbea54834b39e65438846ea5c.zip |
document util crate
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r-- | src/util/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs index 055e9ab0..faacd9c1 100644 --- a/src/util/lib.rs +++ b/src/util/lib.rs @@ -1,3 +1,6 @@ +#![warn(missing_crate_level_docs, missing_docs)] +//! Crate containing common functions and types used in Garage + #[macro_use] extern crate log; |