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

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