Skip to content

Commit

Permalink
Moved write_shared to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas-Baron committed Mar 4, 2021
1 parent 14983b9 commit fd14e38
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 535 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/render/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use rustc_span::symbol::sym;

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

0 comments on commit fd14e38

Please sign in to comment.