]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Review nits.
[rust.git] / RELEASES.md
index 6daf7a13b6bdcd0ee7fc09ac5e5c00d125d736f5..53139877c2f92951a501dba60b494dafcd9aee02 100644 (file)
@@ -7804,7 +7804,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