We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dbb12 commit 7d70604Copy full SHA for 7d70604
RELEASES.md
@@ -102,7 +102,7 @@ Compatibility Notes
102
command, which has been available since 1.16.
103
- [Ending a float literal with `._` is now a hard error.
104
Example: `42._` .][41946]
105
-- [Any use of a private `extern crate` outside of it's module is now a
+- [Any use of a private `extern crate` outside of its module is now a
106
hard error.][36886] This was previously a warning.
107
- [`use ::self::foo;` is now a hard error.][36888] `self` paths are always
108
relative while the `::` prefix makes a path absolute, but was ignored and the
0 commit comments