lib.rs: be more pedantic on code compilation
* compiler macro: #![recursion_limit="256"] * compiler macro: #![warn(clippy::pedantic)] Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
*/
|
||||
|
||||
#![warn(missing_docs, rust_2018_idioms, rust_2018_compatibility)]
|
||||
//#![recursion_limit = "128"]
|
||||
//#![warn(clippy::pedantic)]
|
||||
#![recursion_limit="256"]
|
||||
|
||||
#![warn(clippy::pedantic)]
|
||||
//#![warn(clippy::nursery)]
|
||||
|
||||
//! advotracker database
|
||||
|
||||
Reference in New Issue
Block a user