Skip to content

Commit dffd18f

Browse files
committed
Correct version that relaxed orphan rules
1 parent 2890b37 commit dffd18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub trait AsMut<T: ?Sized> {
229229
///
230230
/// # Implementing [`Into`] for conversions to external types in old versions of Rust
231231
///
232-
/// Prior to Rust 1.40, if the destination type was not part of the current crate
232+
/// Prior to Rust 1.41, if the destination type was not part of the current crate
233233
/// then you couldn't implement [`From`] directly.
234234
/// For example, take this code:
235235
///

0 commit comments

Comments
 (0)