about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-02-17 10:32:35 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-02-17 10:51:29 -0600
commit468407fc7440c385cd407f9d1a03e9d91d3a7e56 (patch)
treed24fd857ab4ed076e20cfe00d932eddc51f52637 /src/doc
parent57ccda92e85c55cab76a97466d7b3a24b6da4a74 (diff)
downloadrust-468407fc7440c385cd407f9d1a03e9d91d3a7e56.tar.gz
rust-468407fc7440c385cd407f9d1a03e9d91d3a7e56.zip
remove humorous footnote which is not supported
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/conventions.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/conventions.md b/src/doc/rustc-dev-guide/src/conventions.md
index 3ed58bf4920..f7ef86f1146 100644
--- a/src/doc/rustc-dev-guide/src/conventions.md
+++ b/src/doc/rustc-dev-guide/src/conventions.md
@@ -10,10 +10,9 @@ chapter covers [formatting](#formatting), [coding for correctness](#cc),
 rustc is slowly moving towards the [Rust standard coding style][fmt];
 at the moment, however, it follows a rather more *chaotic* style.  We
 do have some mandatory formatting conventions, which are automatically
-enforced by a script we affectionately[^not_true] call the "tidy"
-script.  The tidy script runs automatically when you do `./x.py test`.
+enforced by a script we affectionately call the "tidy" script.  The
+tidy script runs automatically when you do `./x.py test`.
 
-[^not_true]: Secretly, I hate tidy. -nmatsakis
 [fmt]: https://github.com/rust-lang-nursery/fmt-rfcs
 
 <a name=copyright>