make sure results are checked

This commit is contained in:
Damien Elmes 2020-01-29 13:17:20 +10:00
parent 9bc38647e6
commit 4f08ae9e27

View file

@ -1,6 +1,8 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
#![deny(unused_must_use)]
mod backend_proto;
pub mod backend;