You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/tidy/src/style.rs
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
//! * No CR characters
19
19
//! * No `TODO` or `XXX` directives
20
20
//! * A valid license header is at the top
21
+
//! * No unexplained ` ```ignore ` or ` ```rust,ignore ` doc tests
21
22
//!
22
23
//! A number of these checks can be opted-out of with various directives like
23
24
//! `// ignore-tidy-linelength`.
@@ -38,6 +39,17 @@ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
38
39
option. This file may not be copied, modified, or distributed
0 commit comments