Skip to content

Commit afb8220

Browse files
Corrected imports for render tests and mod files
Due to a rebase, some edits were needed in the mod file.
1 parent fd14e38 commit afb8220

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/librustdoc/html/render/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-tidy-filelength
2-
31
//! Rustdoc's HTML rendering module.
42
//!
53
//! This modules contains the bulk of the logic necessary for rendering a

src/librustdoc/html/render/tests.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
use super::*;
1+
use std::cmp::Ordering;
2+
3+
use super::print_item::compare_names;
4+
use super::{AllTypes, Buffer};
25

36
#[test]
47
fn test_compare_names() {

0 commit comments

Comments
 (0)