Skip to content

Commit d911ba1

Browse files
varkormark-i-m
authored andcommitted
Ignore Rust snippet
1 parent 99d47b8 commit d911ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kinds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the context is clear). As mentioned earlier, substition lists store raw
3434
`Kind`s, so before dealing with them, it is preferable to convert them to
3535
`UnpackedKind`s first. This is done by calling the `.unpack()` method.
3636

37-
```rust
37+
```rust,ignore
3838
// An example of unpacking and packing a kind.
3939
fn deal_with_kind<'tcx>(kind: Kind<'tcx>) -> Kind<'tcx> {
4040
// Unpack a raw `Kind` to deal with it safely.

0 commit comments

Comments
 (0)