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.
2 parents 50cb31f + 3b9847e commit 6efb835Copy full SHA for 6efb835
src/libcore/ops.rs
@@ -172,13 +172,13 @@ macro_rules! forward_ref_binop {
172
/// type Output = Foo;
173
///
174
/// fn add(self, _rhs: Foo) -> Foo {
175
-/// println!("Adding!");
176
-/// self
177
-/// }
+/// println!("Adding!");
+/// self
+/// }
178
/// }
179
180
/// fn main() {
181
-/// Foo + Foo;
+/// Foo + Foo;
182
183
/// ```
184
#[lang="add"]
0 commit comments