Skip to content

Commit 5554425

Browse files
committed
[ch19-00] コメントで残してある原文を最新の master と同期
1 parent 0f1e28d commit 5554425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ch19-00-advanced-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ In this chapter, we’ll cover:
2727

2828
<!--
2929
* Unsafe Rust: how to opt out of some of Rust’s guarantees and take
30-
responsibility for manually upholding those guarantees
31-
* Advanced lifetimes: syntax for complex lifetime situations
30+
responsibility for manually upholding those guarantees
3231
* Advanced traits: associated types, default type parameters, fully qualified
33-
syntax, supertraits, and the newtype pattern in relation to traits
32+
syntax, supertraits, and the newtype pattern in relation to traits
3433
* Advanced types: more about the newtype pattern, type aliases, the never type,
35-
and dynamically sized types
34+
and dynamically sized types
3635
* Advanced functions and closures: function pointers and returning closures
36+
* Macros: ways to define code that defines more code at compile time
3737
-->
3838

3939
* Unsafe Rust: Rustの保証の一部を抜けてその保証を手動で保持する責任を負う方法

0 commit comments

Comments
 (0)