Remove commented out clippy settings

This commit is contained in:
Thinkofname 2016-04-05 14:58:19 +01:00
parent 715b0cb1ee
commit be05214b70
1 changed files with 0 additions and 10 deletions

View File

@ -16,16 +16,6 @@
#![feature(const_fn)]
#![feature(plugin)]
// #![plugin(clippy)]
// #![allow(similar_names)]
// #![allow(new_without_default)]
// #![allow(many_single_char_names)]
// #![allow(if_not_else)]
// #![allow(float_cmp)]
// #![allow(single_char_pattern)]
// #![allow(too_many_arguments)]
// #![allow(cyclomatic_complexity)]
extern crate sdl2;
extern crate image;
extern crate time;