remove humorous footnote which is not supported

This commit is contained in:
Niko Matsakis 2018-02-17 10:32:35 -05:00 committed by Who? Me?!
parent 8605464d3b
commit 49da9c9030
1 changed files with 2 additions and 3 deletions

View File

@ -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>