Skip to content

Commit b4a4adc

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

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
@@ -79,7 +79,7 @@ See Rust issue [#46906] for details.
7979
>
8080
> この問題の解決策は簡単です。キャスト後の型がどの定数ポインタになるのか明示すればよいです:
8181
>
82-
> ```rust
82+
> ```rust,ignore
8383
> let s = libc::getenv(k.as_ptr()) as *const libc::c_char;
8484
> s.is_null()
8585
> ```

0 commit comments

Comments
 (0)