We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2890b37 commit dffd18fCopy full SHA for dffd18f
src/libcore/convert/mod.rs
@@ -229,7 +229,7 @@ pub trait AsMut<T: ?Sized> {
229
///
230
/// # Implementing [`Into`] for conversions to external types in old versions of Rust
231
232
-/// Prior to Rust 1.40, if the destination type was not part of the current crate
+/// Prior to Rust 1.41, if the destination type was not part of the current crate
233
/// then you couldn't implement [`From`] directly.
234
/// For example, take this code:
235
0 commit comments