1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#![cfg_attr(not(debug_assertions), deny(unused_variables))]
#![cfg_attr(not(debug_assertions), deny(unused_imports))]
#![cfg_attr(not(debug_assertions), deny(dead_code))]
#![cfg_attr(not(debug_assertions), deny(unused_extern_crates))]
#![deny(unused_must_use)]
#![deny(unreachable_patterns)]
#![deny(unknown_lints)]
pub mod diacritics;
pub mod file_backup;
pub mod key_manager;
pub mod mnemonic;
pub mod mnemonic_wordlists;