about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-09-04 09:41:03 +0000
committerLzu Tao <taolzu@gmail.com>2020-09-26 05:20:53 +0000
commitdce7248a39e7f8907cb9c5cfe719f6f63da1fa1f (patch)
tree1eff4699f414eed89226ef59081b6bbcb0030cff
parent37cd79cd323a7f1adcad66205c7855fb6c92f062 (diff)
downloadrust-dce7248a39e7f8907cb9c5cfe719f6f63da1fa1f.tar.gz
rust-dce7248a39e7f8907cb9c5cfe719f6f63da1fa1f.zip
Remove unneeded tidy comment
-rw-r--r--library/core/src/str/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/str/mod.rs b/library/core/src/str/mod.rs
index f30e4786970..3e18a4e7062 100644
--- a/library/core/src/str/mod.rs
+++ b/library/core/src/str/mod.rs
@@ -1,5 +1,3 @@
-// ignore-tidy-filelength
-
 //! String manipulation.
 //!
 //! For more details, see the [`std::str`] module.