Skip to content

Commit

Permalink
docs: add unsafe_op_in_unsafe_fn note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 7, 2022
1 parent 6cd5771 commit fa0ff35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
- Don't use `PhantomData` for `IdentityManager`'s `Input` type. By @jimblandy in [#2972](https://github.com/gfx-rs/wgpu/pull/2972)
- Changed Naga variant in ShaderSource to `Cow<'static, Module>`, to allow loading global variables by @daxpedda in [#2903](https://github.com/gfx-rs/wgpu/pull/2903)
- Updated the maximum binding index to match the WebGPU specification by @nical in [#2957](https://github.com/gfx-rs/wgpu/pull/2957)
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).

#### Metal

Expand Down

0 comments on commit fa0ff35

Please sign in to comment.