Skip to content

Commit 9fcc482

Browse files
authored
Use just the small version (#705)
1 parent a93d6e0 commit 9fcc482

File tree

1 file changed

+2
-2
lines changed
  • crates/spirv-std/macros/src

1 file changed

+2
-2
lines changed

crates/spirv-std/macros/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ use quote::ToTokens;
8585
///
8686
/// The grammar for the macro is as follows:
8787
///
88-
/// ```rust,no_compile
88+
/// ```rust,ignore
8989
/// Image!(
9090
/// <dimensionality>,
9191
/// <type=...|format=...>,
@@ -99,7 +99,7 @@ use quote::ToTokens;
9999
/// `=true` can be omitted as shorthand - e.g. `sampled` is short for `sampled=true`.
100100
///
101101
/// A basic example looks like this:
102-
/// ```rust,no_compile
102+
/// ```rust,ignore
103103
/// #[spirv(vertex)]
104104
/// fn main(#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, type=f32, sampled)) {}
105105
/// ```

0 commit comments

Comments
 (0)