use patterns for scopes prefix definitions

This commit is contained in:
Nikolay Kim 2021-03-16 11:40:46 +06:00
parent c448c0beb0
commit aef8b800a2
5 changed files with 105 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#![deny(rust_2018_idioms, unreachable_pub)]
#![allow(clippy::cognitive_complexity)]
#![warn(nonstandard_style, future_incompatible)]
//! Resource path matching library.
mod de;