Fix tests output.

This commit is contained in:
Stephen Chung
2023-06-15 11:06:14 +08:00
parent 982b972d3b
commit 1728de7dcd
5 changed files with 11 additions and 7 deletions

View File

@@ -11,5 +11,6 @@ note: required by a bound in `rhai::Dynamic::cast`
| ^^^^^ required by this bound in `Dynamic::cast`
help: consider annotating `NonClonable` with `#[derive(Clone)]`
|
3 | #[derive(Clone)]
3 + #[derive(Clone)]
4 | struct NonClonable {
|