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:
Nicholas-Baron 2021-02-14 14:11:55 -08:00
parent fd14e38612
commit afb8220d0a
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,3 @@
// ignore-tidy-filelength
//! Rustdoc's HTML rendering module.
//!
//! This modules contains the bulk of the logic necessary for rendering a

View File

@ -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() {