Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.9/ja/book/trait-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static Foo_for_String_vtable: FooVtable = FooVtable {

<!-- Suppose we’ve got some values that implement `Foo`. The explicit form of -->
<!-- construction and use of `Foo` trait objects might look a bit like (ignoring the -->
<!-- type mismatches: they’re all just pointers anyway): -->
<!-- type mismatches: they’re all pointers anyway): -->
例えば `Foo` を実装する値を幾つか得たとします。
`Foo` トレイトオブジェクトを作る、あるいは使う時のコードを明示的に書いたものは少しだけ似ているでしょう。
(型の違いを無視すればですが、どのみちただのポインタになります)
Expand Down
12 changes: 0 additions & 12 deletions diff-1.6.0..1.9.0/src/doc/book/trait-objects.md

This file was deleted.