Skip to content

Commit b2d0587

Browse files
authored
Merge pull request #72 from TonalidadeHidrica/mdbook-transcheck-compatible
mdbook-transcheck で差分が出ないように修正
2 parents b39c15e + 2f76b3e commit b2d0587

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131

3232
## Rust 2018
3333

34+
<!--
35+
- [Rust 2018](rust-2018/index.md)
36+
- [Path and module system changes](rust-2018/path-changes.md)
37+
- [Anonymous trait function parameters deprecated](rust-2018/trait-fn-parameters.md)
38+
- [New keywords](rust-2018/new-keywords.md)
39+
- [Method dispatch for raw pointers to inference variables](rust-2018/tyvar-behind-raw-pointer.md)
40+
- [Cargo changes](rust-2018/cargo.md)
41+
-->
42+
3443
- [Rust 2018](rust-2018/index.md)
3544
- [パスとモジュールシステムへの変更](rust-2018/path-changes.md)
3645
- [トレイト関数の匿名パラメータの非推奨化](rust-2018/trait-fn-parameters.md)

src/rust-2021/or-patterns-macro-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ macro_rules! my_macro {
131131
($x:pat | $y:pat) => {
132132
// TODO: implementation
133133
// TODO: 実装
134-
}
134+
}
135135
}
136136

137137
// This macro works in Rust 2018 since `$x:pat` does not match against `|`:

0 commit comments

Comments
 (0)