Web: implement Error for CustomCursorError (#3793)

This commit is contained in:
daxpedda
2024-07-17 02:33:06 +02:00
committed by Kirill Chibisov
parent 04d8a284a0
commit 1dec9b4b33
2 changed files with 6 additions and 0 deletions

View File

@@ -39,3 +39,7 @@ The migration guide could reference other migration examples in the current
changelog entry.
## Unreleased
### Added
- On Web, implement `Error` for `platform::web::CustomCursorError`.

View File

@@ -461,3 +461,5 @@ impl Display for CustomCursorError {
}
}
}
impl Error for CustomCursorError {}