Skip to content

Commit 49298f4

Browse files
committed
Fix CI
1 parent 43b3f46 commit 49298f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

taplo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[formatting]
2+
allowed_blank_lines = 1
23
column_width = 100
34
indent_string = ' '
45
reorder_keys = true
5-
allowed_blank_lines = 1

tests/ui/union.stderr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ note: required by a bound in `__AssertCopy`
1818
10 | #[derive_where(Clone)]
1919
| ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `__AssertCopy`
2020
= note: this error originates in the derive macro `::derive_where::DeriveWhere` (in Nightly builds, run with -Z macro-backtrace for more info)
21+
help: consider annotating `MissingCopy<T>` with `#[derive(Copy)]`
22+
|
23+
11 | #[derive(Copy)]
24+
|

0 commit comments

Comments
 (0)