]> git.lizzy.rs Git - rust.git/blobdiff - README.md
add non-regression test to existing doc attributes
[rust.git] / README.md
index 0fdd47f33f1b05889de7c366f3c56534cc5a6045..8d8bfcc1e0190745ccbaf2eee4dbeb6a2c247d13 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ cargo +nightly fmt
 To format code that requires edition 2018, create a `rustfmt.toml` [configuration](#configuring-rustfmt) file containing:
 
 ```toml
-edition = "Edition2018"
+edition = "2018"
 ```
 
 ## Limitations
@@ -129,8 +129,6 @@ A minimal Travis setup could look like this (requires Rust 1.24.0 or greater):
 
 ```yaml
 language: rust
-rust:
-- nightly
 before_script:
 - rustup component add rustfmt-preview
 script: