Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 16, 2022
1 parent 43b3f46 commit 49298f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion taplo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[formatting]
allowed_blank_lines = 1
column_width = 100
indent_string = ' '
reorder_keys = true
allowed_blank_lines = 1
4 changes: 4 additions & 0 deletions tests/ui/union.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ note: required by a bound in `__AssertCopy`
10 | #[derive_where(Clone)]
| ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `__AssertCopy`
= note: this error originates in the derive macro `::derive_where::DeriveWhere` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider annotating `MissingCopy<T>` with `#[derive(Copy)]`
|
11 | #[derive(Copy)]
|

0 comments on commit 49298f4

Please sign in to comment.