We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
write_shared
1 parent 14983b9 commit fd14e38Copy full SHA for fd14e38
src/librustdoc/html/render/context.rs
@@ -16,6 +16,7 @@ use rustc_span::symbol::sym;
16
17
use super::cache::{build_index, ExternalLocation};
18
use super::print_item::{full_path, item_path, print_item};
19
+use super::write_shared::write_shared;
20
use super::{
21
print_sidebar, settings, AllTypes, NameDoc, SharedContext, StylePath, BASIC_KEYWORDS,
22
CURRENT_DEPTH, INITIAL_IDS,
0 commit comments