about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-12-10 10:42:03 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-12-10 10:42:03 +0100
commitf0babc8be487d5b78644059cb7a5d6e0c0ea57fd (patch)
treeb41c877ad6adc5c7a96ae4fc169941f652d8576c
parent26b0bcb47c2898e6895a5ee63390a7345d511e8a (diff)
downloadrust-f0babc8be487d5b78644059cb7a5d6e0c0ea57fd.tar.gz
rust-f0babc8be487d5b78644059cb7a5d6e0c0ea57fd.zip
Remove tidy comment
-rw-r--r--src/librustdoc/clean/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/clean/mod.rs b/src/librustdoc/clean/mod.rs
index da780350f3a..e5f684cbca8 100644
--- a/src/librustdoc/clean/mod.rs
+++ b/src/librustdoc/clean/mod.rs
@@ -1,5 +1,3 @@
-// ignore-tidy-filelength
-
 //! This module contains the "cleaned" pieces of the AST, and the functions
 //! that clean them.