Handle multiple modals, fix copy icon background

This commit is contained in:
Adrian Wozniak 2020-04-02 19:38:05 +02:00
parent 2bc2e5f73e
commit a5b40bb62f
2 changed files with 15 additions and 0 deletions

View File

@ -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.
///

View File

@ -1,3 +1,5 @@
#![allow(unused_imports, dead_code)]
table! { table! {
use diesel::sql_types::*; use diesel::sql_types::*;
use jirs_data::sql::*; use jirs_data::sql::*;