Commit fbae25b
committed
fix(ci): use outer #[rustfmt::skip] on generated fn (inner is unstable)
#![rustfmt::skip] (file-level inner attribute) is an unstable custom inner attribute (E0658 on stable). Switch to #[rustfmt::skip] (outer attribute on the #[test] fn), which is a stable tool attribute and still makes rustfmt skip the generated body.1 parent 2a69278 commit fbae25b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments