We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc832 commit 57ed5f2Copy full SHA for 57ed5f2
src/expressions/call-expr.md
@@ -48,7 +48,7 @@ trait Pretty {
48
}
49
50
trait Ugly {
51
- fn print(&self);
+ fn print(&self);
52
53
54
struct Foo;
0 commit comments