Merge branch 'disallow-warnings-in-tests' into 'master'

Disallow warnings when testing

See merge request pastebinrun/pastebinrun!147
This commit is contained in:
Konrad Borowski 2020-02-10 13:57:22 +00:00
commit 4c4b9c658d

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#![cfg_attr(test, deny(warnings))]
#[macro_use]
extern crate diesel;