Skip to content

Commit

Permalink
Corrected imports for render tests and mod files
Browse files Browse the repository at this point in the history
Due to a rebase, some edits were needed in the mod file.
  • Loading branch information
Nicholas-Baron committed Mar 4, 2021
1 parent fd14e38 commit afb8220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/html/render/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore-tidy-filelength

//! Rustdoc's HTML rendering module.
//!
//! This modules contains the bulk of the logic necessary for rendering a
Expand Down
5 changes: 4 additions & 1 deletion src/librustdoc/html/render/tests.rs
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit afb8220

Please sign in to comment.