Skip to content

Commit 49fc137

Browse files
authored
mdbook testでコードブロックを実行しないように修正 [ci skip]
1 parent b63c814 commit 49fc137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/tyvar-behind-raw-pointer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ See Rust issue [#46906] for details.
5656
> しかし、これが導入されると困ったことが起きます。
5757
>
5858
> 次のような構造体があったとしましょう:
59-
> ```rust
59+
> ```rust,ignore
6060
> #![feature(arbitrary_self_types)]
6161
>
6262
> struct MyType;

0 commit comments

Comments
 (0)