fix warnings

This commit is contained in:
Nikolay Kim 2020-03-22 21:12:09 +06:00
parent 48b4c64cbb
commit dd5d43f18f
4 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#![deny(rust_2018_idioms, unreachable_pub)]
#![allow(clippy::cognitive_complexity)]
//! Resource path matching library.