Skip to content

Commit 6c81407

Browse files
committed
Ignore the Rust snippet
1 parent 4861ff0 commit 6c81407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/src/glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ The *call ABI* determines how a type is passed *by value* across a function boun
8989

9090
Note: The call ABI is not stable. Currently, it is one of:
9191

92-
```rust,norun
93-
pub enum Abi {
92+
```rust,ignore
93+
enum Abi {
9494
Uninhabited,
9595
Scalar(Scalar),
9696
Vector {

0 commit comments

Comments
 (0)