Moved print_item and helpers to a separate file

This commit is contained in:
Nicholas-Baron 2021-02-13 22:23:05 -08:00
parent 48167c499a
commit 6c7d7a6bf4
3 changed files with 1430 additions and 1404 deletions

View File

@ -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};

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff