File tree 2 files changed +4
-0
lines changed
diesel_migrations/migrations_macros/src
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
clippy:: items_after_statements,
19
19
clippy:: used_underscore_binding
20
20
) ]
21
+ // Nightly Regression https://github.com/rust-lang/rust/issues/70814
22
+ #![ cfg_attr( feature = "nightly" , allow( unused_braces) ) ]
21
23
#![ cfg_attr( feature = "nightly" , feature( proc_macro_diagnostic, proc_macro_span) ) ]
22
24
23
25
extern crate proc_macro;
Original file line number Diff line number Diff line change 20
20
clippy:: items_after_statements,
21
21
clippy:: used_underscore_binding
22
22
) ]
23
+ // Nightly Regression https://github.com/rust-lang/rust/issues/70814
24
+ #![ cfg_attr( feature = "nightly" , allow( unused_braces) ) ]
23
25
#![ cfg_attr( test, allow( clippy:: option_unwrap_used, clippy:: result_unwrap_used) ) ]
24
26
extern crate migrations_internals;
25
27
extern crate proc_macro;
You can’t perform that action at this time.
0 commit comments