mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -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.
|
changelog entry.
|
||||||
|
|
||||||
## Unreleased
|
## 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