Skip to content

Commit

Permalink
Fix clippy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Oct 22, 2020
1 parent 82f775d commit fcde768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/auxiliary/proc_macro_attr.rs
Expand Up @@ -3,6 +3,7 @@

#![crate_type = "proc-macro"]
#![feature(repr128, proc_macro_hygiene, proc_macro_quote, box_patterns)]
#![allow(incomplete_features)]
#![allow(clippy::useless_conversion)]

extern crate proc_macro;
Expand Down
1 change: 1 addition & 0 deletions tests/ui/auxiliary/proc_macro_derive.rs
Expand Up @@ -3,6 +3,7 @@

#![crate_type = "proc-macro"]
#![feature(repr128, proc_macro_quote)]
#![allow(incomplete_features)]

extern crate proc_macro;

Expand Down
1 change: 1 addition & 0 deletions tests/ui/crashes/auxiliary/proc_macro_crash.rs
Expand Up @@ -6,6 +6,7 @@
// contain a proc-macro.

#![feature(repr128)]
#![allow(incomplete_features)]
#![crate_type = "proc-macro"]

extern crate proc_macro;
Expand Down

0 comments on commit fcde768

Please sign in to comment.