Skip to content

Commit bc9a036

Browse files
committed
fix another mention of unstable
1 parent 3408890 commit bc9a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ trait TraitMethods {
115115
trait NonDispatchable {
116116
// Non-methods cannot be dispatched.
117117
fn foo() where Self: Sized {}
118-
// Requires unstable `unsized_fn_params` feature.
118+
// Self as receiver can't be dispatched on a trait object.
119119
fn by_value(self);
120120
// Self type isn't known until runtime.
121121
fn returns(&self) -> Self where Self: Sized;

0 commit comments

Comments
 (0)