about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-05-22 15:01:04 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-05-27 19:44:55 -0500
commitf65df573d69086a492ac4c685f49c5d8571eb5e2 (patch)
treec7bc0d7fd6ec5134f00b6724e2889467e70ff1c1 /src/doc/rustc-dev-guide
parentadacc97a5b7f1ae99b4bab532115069eff6a7f20 (diff)
downloadrust-f65df573d69086a492ac4c685f49c5d8571eb5e2.tar.gz
rust-f65df573d69086a492ac4c685f49c5d8571eb5e2.zip
line length
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/diag.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/diag.md b/src/doc/rustc-dev-guide/src/diag.md
index 8b067fde78f..af619ed83a7 100644
--- a/src/doc/rustc-dev-guide/src/diag.md
+++ b/src/doc/rustc-dev-guide/src/diag.md
@@ -231,8 +231,8 @@ declare_lint! {
 This makes the `ANONYMOUS_PARAMETERS` lint allow-by-default in the 2015 edition
 but warn-by-default in the 2018 edition.
 
-Lints that represent an incompatibility (i.e. error) in the upcoming edition should
-also be registered as `FutureIncompatibilityLint`s in
+Lints that represent an incompatibility (i.e. error) in the upcoming edition
+should also be registered as `FutureIncompatibilityLint`s in
 [`register_builtins`][rbuiltins] function in [`rustc_lint::lib`][builtin].
 
 ### Lint Groups