Fix tests output.
This commit is contained in:
@@ -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 {
|
||||
|
|
||||
|
Reference in New Issue
Block a user