Skip to content
Commit 4b1363e1 authored by Jim Blandy's avatar Jim Blandy Committed by Dzmitry Malyshau
Browse files

[spv-out] Creating SPIR-V types is not, in fact, fallible.

There's no need for functions that construct SPIR-V types to be fallible, or for
their callers to check for errors.

As a consequence of this change, there may be other functions that no longer
need to be fallible, but Rust doesn't warn and Clippy doesn't lint, so we'll
have to address them as they come up.
parent c6a6afdf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment