Moved print_item
and helpers to a separate file
This commit is contained in:
parent
48167c499a
commit
6c7d7a6bf4
@ -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
1420
src/librustdoc/html/render/print_item.rs
Normal file
1420
src/librustdoc/html/render/print_item.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user