Skip to content

Commit 6afb355

Browse files
committed
remove revisions
1 parent 5da3455 commit 6afb355

File tree

6 files changed

+38
-393
lines changed

6 files changed

+38
-393
lines changed

tests/ui-toml/excessive_nesting/auxiliary/proc_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![crate_type = "proc-macro"]
77
#![feature(let_chains)]
88
#![feature(proc_macro_span)]
9-
#![allow(dead_code)]
9+
#![allow(clippy::excessive_nesting, dead_code)]
1010

1111
extern crate proc_macro;
1212

tests/ui-toml/excessive_nesting/excessive_nesting.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
//@aux-build:proc_macros.rs
2-
//@revisions: set above
3-
//@[set] rustc-env:CLIPPY_CONF_DIR=tests/ui-toml/excessive_nesting/set
4-
//@[above] rustc-env:CLIPPY_CONF_DIR=tests/ui-toml/excessive_nesting/above
52
#![rustfmt::skip]
63
#![feature(custom_inner_attributes)]
74
#![allow(unused)]

tests/ui-toml/excessive_nesting/excessive_nesting.set.stderr

-351
This file was deleted.

0 commit comments

Comments
 (0)