We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b818ccc commit 9afbf28Copy full SHA for 9afbf28
src/libstd/error.rs
@@ -135,7 +135,7 @@ pub trait Error: Debug + Display {
135
/// }
136
/// ```
137
#[stable(feature = "rust1", since = "1.0.0")]
138
- #[rustc_deprecated(since = "1.41.0", reason = "use the Display impl or to_string()")]
+ #[rustc_deprecated(since = "1.42.0", reason = "use the Display impl or to_string()")]
139
fn description(&self) -> &str {
140
"description() is deprecated; use Display"
141
}
0 commit comments