Skip to content

Commit d6587cd

Browse files
fixup! docs: add unsafe_op_in_unsafe_fn note to README.md
1 parent 6781729 commit d6587cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
220220
- Don't use `PhantomData` for `IdentityManager`'s `Input` type. By @jimblandy in [#2972](https://github.com/gfx-rs/wgpu/pull/2972)
221221
- 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)
222222
- Updated the maximum binding index to match the WebGPU specification by @nical in [#2957](https://github.com/gfx-rs/wgpu/pull/2957)
223-
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
224-
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).
223+
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By @ErichDonGubler in [#3044](https://github.com/gfx-rs/wgpu/pull/3044).
225224

226225
#### Metal
227226

0 commit comments

Comments
 (0)