mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-04 18:00:27 +00:00
396ae01fdd
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 |
||
---|---|---|
.. | ||
concat-format.md | ||
ctor.md | ||
default.md | ||
deref.md | ||
dtor-finally.md | ||
mem-replace.md | ||
option-iter.md | ||
pass-var-to-closure.md | ||
priv-extend.md | ||
temporary-mutability.md |