We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd14e38 commit afb8220Copy full SHA for afb8220
src/librustdoc/html/render/mod.rs
@@ -1,5 +1,3 @@
1
-// ignore-tidy-filelength
2
-
3
//! Rustdoc's HTML rendering module.
4
//!
5
//! This modules contains the bulk of the logic necessary for rendering a
src/librustdoc/html/render/tests.rs
@@ -1,4 +1,7 @@
-use super::*;
+use std::cmp::Ordering;
+
+use super::print_item::compare_names;
+use super::{AllTypes, Buffer};
6
#[test]
7
fn test_compare_names() {
0 commit comments