File tree 3 files changed +3
-3
lines changed
opentelemetry-jaeger/src/exporter/thrift
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#![ allow( unused_imports) ]
5
5
#![ allow( unused_extern_crates) ]
6
- #![ cfg_attr( feature = "cargo- clippy" , allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
6
+ #![ cfg_attr( clippy, allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
7
7
#![ cfg_attr( rustfmt, rustfmt_skip) ]
8
8
9
9
extern crate thrift;
Original file line number Diff line number Diff line change 3
3
4
4
#![ allow( unused_imports) ]
5
5
#![ allow( unused_extern_crates) ]
6
- #![ cfg_attr( feature = "cargo- clippy" , allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
6
+ #![ cfg_attr( clippy, allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
7
7
#![ cfg_attr( rustfmt, rustfmt_skip) ]
8
8
9
9
extern crate thrift;
Original file line number Diff line number Diff line change 3
3
4
4
#![ allow( unused_imports) ]
5
5
#![ allow( unused_extern_crates) ]
6
- #![ cfg_attr( feature = "cargo- clippy" , allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
6
+ #![ cfg_attr( clippy, allow( clippy:: too_many_arguments, clippy:: type_complexity) ) ]
7
7
#![ cfg_attr( rustfmt, rustfmt_skip) ]
8
8
9
9
extern crate thrift;
You can’t perform that action at this time.
0 commit comments