Skip to content

Commit d31060d

Browse files
docs: add unsafe_op_in_unsafe_fn note to README.md
1 parent 77b0db9 commit d31060d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ SurfaceConfiguration {
117117
- Address Clippy 0.1.63 complaints. By @jimblandy in [#2977](https://github.com/gfx-rs/wgpu/pull/2977)
118118
- Don't use `PhantomData` for `IdentityManager`'s `Input` type. By @jimblandy in [#2972](https://github.com/gfx-rs/wgpu/pull/2972)
119119
- 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)
120+
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
121+
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).
120122

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

0 commit comments

Comments
 (0)