Correct version that relaxed orphan rules

This commit is contained in:
Jonathan Giddy
2020-03-07 08:21:27 +00:00
parent 2890b37b86
commit dffd18fafc
+1 -1
View File
@@ -229,7 +229,7 @@ pub trait AsMut<T: ?Sized> {
///
/// # Implementing [`Into`] for conversions to external types in old versions of Rust
///
/// 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
/// then you couldn't implement [`From`] directly.
/// For example, take this code:
///