This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PartialEq, Eq, Hash for more types
Don't implement Hash on handle id types for wasm32 Unlike the native handle ids that are effectively wrappers around an intetger type, the handle id types for the wasm32 backend are redefined to point at web_sys structures that may not have Hash implemented. Remove Hash implementations for now but keep PartialEq and Eq Remove Hash on more descriptors Remove Temp
- Loading branch information
Showing
1 changed file
with
30 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters