Web: implement Error for CustomCursorError (#3793)
This commit is contained in:
parent
944ab60eda
commit
d741c58ac3
2 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ changelog entry.
|
|||
### Added
|
||||
|
||||
- Add `ActiveEventLoop::create_proxy()`.
|
||||
- On Web, implement `Error` for `platform::web::CustomCursorError`.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
|
|
@ -437,3 +437,5 @@ impl Display for CustomCursorError {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Error for CustomCursorError {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue