Skip to content

Commit

Permalink
Moved print_item and helpers to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas-Baron committed Mar 4, 2021
1 parent 48167c4 commit 6c7d7a6
Show file tree
Hide file tree
Showing 3 changed files with 1,430 additions and 1,404 deletions.
5 changes: 3 additions & 2 deletions src/librustdoc/html/render/context.rs
Expand Up @@ -15,9 +15,10 @@ use rustc_span::source_map::FileName;
use rustc_span::symbol::sym;

use super::cache::{build_index, ExternalLocation};
use super::print_item::{full_path, item_path, print_item};
use super::{
full_path, item_path, make_item_keywords, print_item, print_sidebar, settings, write_shared,
AllTypes, NameDoc, SharedContext, StylePath, BASIC_KEYWORDS, CURRENT_DEPTH, INITIAL_IDS,
make_item_keywords, print_sidebar, settings, write_shared, AllTypes, NameDoc, SharedContext,
StylePath, BASIC_KEYWORDS, CURRENT_DEPTH, INITIAL_IDS,
};

use crate::clean::{self, AttributesExt};
Expand Down

0 comments on commit 6c7d7a6

Please sign in to comment.