From 32131da67894b8bed5cf313b63a115b58ff23761 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Mon, 3 Jan 2022 23:44:01 +0100 Subject: add schema.patch to allow unused imports in schema file --- planetwars-server/src/schema.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 planetwars-server/src/schema.patch (limited to 'planetwars-server/src/schema.patch') diff --git a/planetwars-server/src/schema.patch b/planetwars-server/src/schema.patch new file mode 100644 index 0000000..e062232 --- /dev/null +++ b/planetwars-server/src/schema.patch @@ -0,0 +1,8 @@ +diff --git a/planetwars-server/src/schema.rs b/planetwars-server/src/schema.rs +index 7f60d64..f88f687 100644 +--- a/planetwars-server/src/schema.rs ++++ b/planetwars-server/src/schema.rs +@@ -0,0 +1,3 @@ ++// This file is autogenerated by diesel ++#![allow(unused_imports)] ++ -- cgit v1.2.3