diff --git a/jirs-server/src/schema.patch b/jirs-server/src/schema.patch new file mode 100644 index 00000000..28ff67f8 --- /dev/null +++ b/jirs-server/src/schema.patch @@ -0,0 +1,13 @@ +diff --git a/jirs-server/src/schema.rs b/jirs-server/src/schema.rs +index 00d1c0b..5b82ccf 100644 +--- a/jirs-server/src/schema.rs ++++ b/jirs-server/src/schema.rs +@@ -1,6 +1,8 @@ ++#![allow(unused_imports, dead_code)] ++ + table! { + use diesel::sql_types::*; + use jirs_data::sql::*; + + /// Representation of the `comments` table. + /// diff --git a/jirs-server/src/schema.rs b/jirs-server/src/schema.rs index 00d1c0bf..5b82ccfb 100644 --- a/jirs-server/src/schema.rs +++ b/jirs-server/src/schema.rs @@ -1,3 +1,5 @@ +#![allow(unused_imports, dead_code)] + table! { use diesel::sql_types::*; use jirs_data::sql::*;