rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
729 stars 111 forks source link

Replace try! with ? in examples #172

Closed brson closed 7 years ago

brson commented 7 years ago

Make sure the docs that mention try! continue to make sense, possibly by replacing them with ? or adding mention of ?.