mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Fix Clippy Lints
This commit is contained in:
parent
879f6b3da3
commit
f8f316f8ff
@ -690,7 +690,7 @@ struct BlockContext<'w> {
|
||||
/// SPIR-V ids for expressions we've evaluated.
|
||||
cached: CachedExpressions,
|
||||
|
||||
/// The pointers of the cached expressions' SPIR-V ids from [`Block::Context::cached`].
|
||||
/// The pointers of the cached expressions' SPIR-V ids from [`BlockContext::cached`].
|
||||
/// Only used when loaded opaque types need to be passed to a function call.
|
||||
function_arg_ids: crate::FastIndexMap<Word, Word>,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user