mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Web: implement Error for CustomCursorError (#3793)
This commit is contained in:
committed by
Kirill Chibisov
parent
04d8a284a0
commit
1dec9b4b33
@@ -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`.
|
||||
|
||||
@@ -461,3 +461,5 @@ impl Display for CustomCursorError {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Error for CustomCursorError {}
|
||||
|
||||
Reference in New Issue
Block a user