]> git.lizzy.rs Git - rust.git/commitdiff
Address final nits
authorJared Roesch <roeschinc@gmail.com>
Tue, 4 Aug 2015 03:32:02 +0000 (20:32 -0700)
committerJared Roesch <roeschinc@gmail.com>
Tue, 4 Aug 2015 23:05:07 +0000 (16:05 -0700)
src/libsyntax/feature_gate.rs

index 02764215612e6d1f1b72aca854d8207735aa17b5..5c6f8cee6d66cb34d3b593f513e3f4a7dea38792 100644 (file)
 
     // Allows associated type defaults
     ("associated_type_defaults", "1.2.0", Active),
-// Allows macros to appear in the type position.
+    // Allows macros to appear in the type position.
+
     ("type_macros", "1.3.0", Active),
 ];
 // (changing above list without updating src/doc/reference.md makes @cmr sad)
@@ -230,7 +231,8 @@ enum Status {
                      "no_std is experimental")),
     ("lang", Gated("lang_items",
                      "language items are subject to change")),
-    ("linkage", Gated("linkage", "the `linkage` attribute is experimental \
+    ("linkage", Gated("linkage",
+                      "the `linkage` attribute is experimental \
                        and not portable across platforms")),
     ("thread_local", Gated("thread_local",
                             "`#[thread_local]` is an experimental feature, and does not \