Files
rust/library/std/src
david-perez 5786bbddc6 Eliminate "boxed" wording in std::error::Error documentation
In commit 29403ee, documentation for the methods on `std::any::Any` was
modified so that they referred to the concrete value behind the trait
object as the "inner" value. This is a more accurate wording than
"boxed": while putting trait objects inside boxes is arguably the most
common use, they can also be placed behind other pointer types like
`&mut` or `std::sync::Arc`.

This commit does the same documentation changes for `std::error::Error`.
2022-01-10 23:18:34 +01:00
..
2021-10-25 22:44:41 -05:00
2021-12-18 00:21:53 +11:00
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2021-12-11 13:47:20 +03:00
2021-11-21 08:15:21 -06:00
2022-01-08 09:49:41 -05:00
2021-10-19 15:02:21 +01:00
2021-12-14 16:40:43 +01:00
2021-12-11 13:47:20 +03:00
2021-12-04 19:40:33 +01:00
2021-12-18 00:21:53 +11:00
2021-12-14 16:40:43 +01:00