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 e7034dd commit 5bc36a6Copy full SHA for 5bc36a6
drafts/2014-11-17-this-week-in-rust.md
@@ -134,7 +134,7 @@ TODO
134
135
* [Closures vs. Unboxed Closures][cl]. Useful explanation for the uninitiated.
136
* [Where is artithmetic (signed) right-shift][sh]. (A: `>>` is either arithmetic or logical based on type).
137
-* `Foo::new()` vs. `Foo(), both on [discuss][ctor-discuss] and [Reddit][ctor-reddit].
+* `Foo::new()` vs. `Foo()`, both on [discuss][ctor-discuss] and [Reddit][ctor-reddit].
138
* ["Hello, world" on a PSP via Rust!][psp]. Another supreme hack from Luqman. Nice use of [target specs].
139
* [Does Rust have anything like C# async await][await]. Take 20.
140
* [`std::sync::Future` is almost useless for async processing][future]. (`Future` is ancient and unloved).
0 commit comments