mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 08:54:56 +00:00
Linter fix
This commit is contained in:
parent
26fd725941
commit
cb3289b132
@ -356,7 +356,7 @@ impl BuilderSpirv {
|
||||
fn add_ext(builder: &mut Builder, enabled_extensions: &mut FxHashSet<Symbol>, ext: Symbol) {
|
||||
// This should be the only callsite of Builder::extension (aside from tests), to make
|
||||
// sure the hashset stays in sync.
|
||||
builder.extension(&*ext.as_str());
|
||||
builder.extension(ext.as_str());
|
||||
enabled_extensions.insert(ext);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user