cargo fmt

This commit is contained in:
Philipp Hansch 2019-07-16 21:28:03 +02:00
parent 33010ae7e6
commit 633934da18
No known key found for this signature in database
GPG key ID: 82AA61CAA11397E6

View file

@ -1,6 +1,5 @@
#![feature(plugin)]
#![warn(clippy::indexing_slicing)]
// We also check the out_of_bounds_indexing lint here, because it lints similar things and
// we want to avoid false positives.
#![warn(clippy::out_of_bounds_indexing)]