mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Disallow indexing (#320)
* Remove indexing * Introduce replace_with_dosdevices * Remove all direct indexing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#![deny(clippy::unwrap_in_result)]
|
||||
#![deny(clippy::get_unwrap)]
|
||||
#![deny(clippy::unwrap_used)]
|
||||
#![deny(clippy::indexing_slicing)]
|
||||
|
||||
mod config;
|
||||
mod migration;
|
||||
|
||||
Reference in New Issue
Block a user