--- src/schema.rs.orig 2020-06-30 13:35:01.826955973 +0200 +++ src/schema.rs 2020-06-30 13:35:26.640286611 +0200 @@ -1,3 +1,5 @@ +#![allow(missing_docs)] + table! { claims (id) { id -> Integer,