]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #67321 - lzutao:htons, r=dtolnay
[rust.git] / RELEASES.md
index 2ba18e3ee812536ca040441f5d7e8785bf86f3f8..5afc6f9bdc0cb9d9d24ce1698c34adcaa5e372b0 100644 (file)
@@ -89,7 +89,7 @@ Compatibility Notes
 - [The `include!` macro will now warn if it failed to include the
   entire file.][64284] The `include!` macro unintentionally only includes the
   first _expression_ in a file, and this can be unintuitive. This will become
-  a hard error in a future release.
+  either a hard error in a future release, or the behavior may be fixed to include all expressions as expected.
 - [Using `#[inline]` on function prototypes and consts now emits a warning under
   `unused_attribute` lint.][65294] Using `#[inline]` anywhere else inside traits
   or `extern` blocks now correctly emits a hard error.
@@ -7941,7 +7941,7 @@ Version 0.7 (2013-07-03)
       * extra: Implementation of fixed output size variations of SHA-2.
 
    * Tooling
-      * `unused_variable lint mode for unused variables (default: warn).
+      * `unused_variables` lint mode for unused variables (default: warn).
       * `unused_unsafe` lint mode for detecting unnecessary `unsafe` blocks
         (default: warn).
       * `unused_mut` lint mode for identifying unused `mut` qualifiers