Skip to content

Commit 3c3e317

Browse files
docs: add unsafe_op_in_unsafe_fn note to README.md
1 parent 15de4c1 commit 3c3e317

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
@@ -155,6 +155,8 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
155155
- Don't use `PhantomData` for `IdentityManager`'s `Input` type. By @jimblandy in [#2972](https://github.com/gfx-rs/wgpu/pull/2972)
156156
- 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)
157157
- Updated the maximum binding index to match the WebGPU specification by @nical in [#2957](https://github.com/gfx-rs/wgpu/pull/2957)
158+
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
159+
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).
158160

159161
#### Metal
160162

0 commit comments

Comments
 (0)