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 Sep 23, 2022
1 parent 77b0db9 commit d31060d
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 @@ -117,6 +117,8 @@ SurfaceConfiguration {
- Address Clippy 0.1.63 complaints. By @jimblandy in [#2977](https://github.com/gfx-rs/wgpu/pull/2977)
- 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)
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).

#### Metal
- Extract the generic code into `get_metal_layer` by @jinleili in [#2826](https://github.com/gfx-rs/wgpu/pull/2826)
Expand Down

0 comments on commit d31060d

Please sign in to comment.