aboutsummaryrefslogtreecommitdiff
path: root/src/model/lib.rs
diff options
context:
space:
mode:
authorTrinity Pointard <trinity.pointard@gmail.com>2021-03-26 21:53:28 +0100
committerAlex Auvolat <alex@adnab.me>2021-04-27 16:37:10 +0200
commit67585a4ffab14ba7c4b7c6dca530c177059a91d9 (patch)
tree6fd0339f8d7f651553145a3c29decc56e29c23bd /src/model/lib.rs
parentb4376108122bb09bd8cff562b718967d4332ffbe (diff)
downloadgarage-67585a4ffab14ba7c4b7c6dca530c177059a91d9.tar.gz
garage-67585a4ffab14ba7c4b7c6dca530c177059a91d9.zip
attempt at documenting model crate
Diffstat (limited to 'src/model/lib.rs')
-rw-r--r--src/model/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/lib.rs b/src/model/lib.rs
index b4a8ddb7..70d2e2ce 100644
--- a/src/model/lib.rs
+++ b/src/model/lib.rs
@@ -1,3 +1,4 @@
+#![warn(missing_docs)]
#[macro_use]
extern crate log;