Skip to content

Commit

Permalink
Correct updated signature for into_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Nov 12, 2024
1 parent 427c66f commit 1a7f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn into_raw(self) -> (Ref, HashMap<Ref, Instance, RandomState>) {
```
to
```rust
pub fn into_raw(self) -> (Ref, HashMap<Ref, Instance, ahash::RandomState>) {
pub fn into_raw(self) -> (Ref, AHashMap<Ref, Instance>) {
```

### Other changes
Expand Down

0 comments on commit 1a7f9f0

Please sign in to comment.