Fix Clippy Lints

This commit is contained in:
dav 2024-11-12 09:27:32 -08:00
parent 879f6b3da3
commit f8f316f8ff

View File

@ -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>,