Skip to content

Commit fd14e38

Browse files
Moved write_shared to its own file
1 parent 14983b9 commit fd14e38

File tree

3 files changed

+549
-535
lines changed

3 files changed

+549
-535
lines changed

src/librustdoc/html/render/context.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use rustc_span::symbol::sym;
1616

1717
use super::cache::{build_index, ExternalLocation};
1818
use super::print_item::{full_path, item_path, print_item};
19+
use super::write_shared::write_shared;
1920
use super::{
2021
print_sidebar, settings, AllTypes, NameDoc, SharedContext, StylePath, BASIC_KEYWORDS,
2122
CURRENT_DEPTH, INITIAL_IDS,

0 commit comments

Comments
 (0)