documentation update

* satisfy compiler when warnigs are enabled
  e.g. lib.rs include #!(warn(missing_docs))

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-30 11:19:51 +02:00
parent c7e593aa9f
commit ef820b5421

View File

@@ -1,3 +1,5 @@
#![allow(missing_docs)]
table! {
claims (id) {
id -> Integer,