Automatically enable the clippy feature of rls if clippy builds

This commit is contained in:
Oliver Schneider
2018-02-09 18:53:41 +01:00
parent 3b6412b943
commit 02ac15cb89
9 changed files with 67 additions and 183 deletions

View File

@@ -115,6 +115,7 @@
#![deny(warnings)]
#![feature(core_intrinsics)]
#![feature(slice_concat_ext)]
#[macro_use]
extern crate build_helper;