1
Fork 0

Update clippy for rustc 1.23.0-nightly (f0fe716db 2017-10-30)

This commit is contained in:
Manish Goregaokar 2017-10-30 18:21:23 -07:00
parent 306b6e243b
commit c526c51923
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// error-pattern:cargo-clippy
#![feature(plugin_registrar)]
#![feature(rustc_private)]
#![feature(macro_vis_matcher)]
#![allow(unknown_lints)]
#![allow(missing_docs_in_private_items)]