diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-09-04 15:31:23 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-09-19 15:01:51 +0000 |
| commit | a50ec5f144b414d3c14fe04fc07f935c2ea0ab0f (patch) | |
| tree | 2dc33f54e3d74fcd31450a767fa5be0de24028e0 | |
| parent | 3ee724e6100706caca76c182939a2d7bced7d997 (diff) | |
| download | rust-a50ec5f144b414d3c14fe04fc07f935c2ea0ab0f.tar.gz rust-a50ec5f144b414d3c14fe04fc07f935c2ea0ab0f.zip | |
Remove outdated ignored tidy comment
| -rw-r--r-- | library/core/src/num/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/num/mod.rs b/library/core/src/num/mod.rs index 5388a5c04b8..4f64e30ccf8 100644 --- a/library/core/src/num/mod.rs +++ b/library/core/src/num/mod.rs @@ -1,5 +1,3 @@ -// ignore-tidy-filelength - //! Numeric traits and functions for the built-in numeric types. #![stable(feature = "rust1", since = "1.0.0")] |
