Corrected imports for render tests and mod files
Due to a rebase, some edits were needed in the mod file.
This commit is contained in:
parent
fd14e38612
commit
afb8220d0a
@ -1,5 +1,3 @@
|
||||
// ignore-tidy-filelength
|
||||
|
||||
//! Rustdoc's HTML rendering module.
|
||||
//!
|
||||
//! This modules contains the bulk of the logic necessary for rendering a
|
||||
|
@ -1,4 +1,7 @@
|
||||
use super::*;
|
||||
use std::cmp::Ordering;
|
||||
|
||||
use super::print_item::compare_names;
|
||||
use super::{AllTypes, Buffer};
|
||||
|
||||
#[test]
|
||||
fn test_compare_names() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user