diesel: create a schema.rs include
* to satisfy the compiler with enabled warnings macro finding missing documentation strings, this patch will include an allow rule for the resulting 'schema.rs' file Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
8
src/missing_docs.patch
Normal file
8
src/missing_docs.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- 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,
|
||||
Reference in New Issue
Block a user