We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d82fb5 commit 75ffcd8Copy full SHA for 75ffcd8
src/doc/trpl/trait-objects.md
@@ -300,7 +300,3 @@ let y = TraitObject {
300
// y.method();
301
(y.vtable.method)(y.data);
302
```
303
-
304
-If `b` or `y` were owning trait objects (`Box<Foo>`), there would be a
305
-`(b.vtable.destructor)(b.data)` (respectively `y`) call when they went out of
306
-scope.
0 commit comments