Skip to content

Commit b63c814

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

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
@@ -38,7 +38,7 @@ See Rust issue [#46906] for details.
3838
> *訳注*:
3939
> 詳しく解説します。以下のプログラムをご覧ください。
4040
>
41-
> ```rust
41+
> ```rust,ignore
4242
> let s = libc::getenv(k.as_ptr()) as *const _;
4343
> s.is_null()
4444
> ```

0 commit comments

Comments
 (0)