Commit 77ff0ac
committed
fix(segment): allow unused_async on wasm32 mmap_view stub
The WASM stub for `mmap_view` must be `async` to match the native
signature so callers compile without `#[cfg]` guards. Add
`#[allow(clippy::unused_async)]` and a short doc note explaining why
the async attribute is intentional.1 parent c333c9d commit 77ff0ac
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
296 | 299 | | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
| |||
0 commit comments