add doc comments #53

Merged
lx merged 10 commits from trinity-1686a/garage:doc-comments into main 2021-04-08 13:01:22 +00:00
4 changed files with 32 additions and 32 deletions
Showing only changes of commit b476b702c8 - Show all commits

View file

@ -1,4 +1,4 @@
#![deny(missing_crate_level_docs, missing_docs)]
#![warn(missing_crate_level_docs, missing_docs)]
//! Crate containing rpc related functions and types used in Garage
#[macro_use]