mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
make sure results are checked
This commit is contained in:
parent
056c2d3fd1
commit
7d42da67c6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue