Skip to content

Commit f910bc1

Browse files
committed
doc fix
1 parent 70c5358 commit f910bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spirv-std/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As of `0.4.0-alpha.16`, your shaders will require a different preamble. See [thi
1414

1515
Here is a small excerpt to see what a shader would look like. See [source][source] for full details of the shader that generates above image.
1616

17-
```rust,norun
17+
```rust,no_run
1818
use spirv_std::spirv;
1919
use glam::{Vec3, Vec4, vec2, vec3};
2020

0 commit comments

Comments
 (0)