Commit Graph

7 Commits

Author SHA1 Message Date
simonsan
b6e5414941
Add doc tests to CI (#124)
* rename baz() into main() and vice versa where applicable

Fixes #49
2021-01-02 12:40:52 +01:00
Kinsey Favre
396ae01fdd
Rewrite mentions of try! macro to use ? operator
The `try!` macro has been [deprecated since Rust 1.39.0][1] in favor of
the `?` operator; update text using it to reflect this.

[1]: https://doc.rust-lang.org/std/macro.try.html
2020-02-06 16:56:39 -06:00
Felix Rabe
c6ff9e4bd6
Typo 2019-04-24 18:09:34 +02:00
Stephen Marsh
6c8bfc0e38 Fix broken link to RAII 2017-05-21 20:31:23 -04:00
liigo
d4fa321a38 improve comment 2015-10-28 09:09:57 +08:00
Steve Gury
5bc7f3a99c Fix a minor typo s/he/the/ 2015-10-23 09:54:08 -07:00
Nick Cameron
325b642a01 Added a few idioms and patterns - some are still WIP 2015-10-23 09:53:16 +13:00