patterns/idioms
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
..
concat-format.md Fix a slight typo 2018-12-14 15:27:48 -05:00
ctor.md Update vec.rs path 2019-03-05 15:25:54 -06:00
default.md fix doc links 2017-02-17 05:03:05 +01:00
deref.md Deref polymorphism anti-pattern 2015-11-01 21:31:24 -05:00
dtor-finally.md Rewrite mentions of try! macro to use ? operator 2020-02-06 16:56:39 -06:00
mem-replace.md Added comment to explain second example 2017-01-01 05:26:33 +01:00
option-iter.md option-iter: Fix typo in extend example 2017-11-28 11:11:23 +02:00
pass-var-to-closure.md Small title fix 2016-09-27 16:01:35 +13:00
priv-extend.md Prepending _ to field name avoids unused field warning 2016-10-09 12:51:01 +02:00
temporary-mutability.md Reword to be more formal, use 'redefine' instead of 'rebind' 2019-04-20 22:41:02 +07:00