Skip to content

Commit

Permalink
Fix Clippy Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed Nov 12, 2024
1 parent 879f6b3 commit f8f316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/back/spv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit f8f316f

Please sign in to comment.