All tests pass.

This commit is contained in:
Samuel Guerra 2023-12-01 00:11:41 -03:00
parent 9cd866bc55
commit faf8fb546f
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ error[E0277]: can't compare `NotDefault` with `NotDefault`
= help: the trait `PartialEq` is not implemented for `NotDefault`
= note: required for `NotDefault` to implement `VarValue`
note: required by a bound in `IntoVar`
--> $WORKSPACE/zero-ui-core/src/var.rs
--> $WORKSPACE/zero-ui-var/src/lib.rs
|
| pub trait IntoVar<T: VarValue> {
| ^^^^^^^^ required by this bound in `IntoVar`