This commit is contained in:
Chen Rotem Levy 2019-07-29 10:51:40 +03:00 committed by GitHub
parent 638af43a2a
commit 917871ed96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ extensions we could consider in the future. Prominent examples:
1. Extending the backtrace API to allow programmatic iteration of backtrace
frames and so on.
2. Providing derives for traits like `Display` and `Error` in the standard
libray.
library.
3. Providing helper methods on `Error` that have been experimented with in
failure, such as the causes iterator.