Format code

This commit is contained in:
Mateusz Mikuła
2018-05-22 10:21:42 +02:00
committed by Mateusz Mikuła
parent e4b954ea92
commit 3c6503eb4b
11 changed files with 134 additions and 129 deletions

View File

@@ -1,10 +1,10 @@
use consts::{constant, Constant};
use rustc::hir;
use rustc::lint::*;
use rustc::ty;
use rustc::hir;
use syntax::ast::RangeLimits;
use utils::{self, higher};
use utils::higher::Range;
use consts::{constant, Constant};
use utils::{self, higher};
/// **What it does:** Checks for out of bounds array indexing with a constant
/// index.