Skip to content

Commit da04869

Browse files
Remove additional reference to new lints that aren't ready yet
1 parent aae71fc commit da04869

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_posts/2018-10-30-help-test-rust-2018.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ we'd appreciate it if you could give the beta a try.
1616

1717
There's two ways to try out Rust 2018: updating an existing project, and
1818
starting a new one. For full details, please check out the [Edition Guide],
19-
but the rest of this post is a quickstart to make it even easier. In
20-
addition, we have some new lints we'd like you to try; they're described at
21-
the very end of the post.
19+
but the rest of this post is a quickstart to make it even easier.
2220

2321
If anything goes wrong, or is confusing, please [file an issue] and let us
2422
know. We want to make sure this is an extra-awesome release! Thank you for
@@ -113,4 +111,4 @@ edition = "2018"
113111
```
114112

115113
See that `edition = "2018"`? That's what opts you in to the new features.
116-
Set it, `cargo +beta build`, and you should be good to go!
114+
Set it, `cargo +beta build`, and you should be good to go!

0 commit comments

Comments
 (0)