Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Nov 13, 2024
1 parent 60d5f68 commit 634d4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/html/jsdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ impl ModuleDocCtx {
mod test {
use crate::html::href_path_resolve;
use crate::html::jsdoc::parse_links;
use crate::html::DocNodeWithContext;
use crate::html::GenerateCtx;
use crate::html::GenerateOptions;
use crate::html::HrefResolver;
Expand Down
3 changes: 1 addition & 2 deletions tests/html_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl UsageComposer for EmptyResolver {

fn compose(
&self,
doc_nodes: &[DocNodeWithContext],
current_resolve: UrlResolveKind,
usage_to_md: UsageToMd,
) -> IndexMap<UsageComposerEntry, String> {
Expand All @@ -100,7 +99,7 @@ impl UsageComposer for EmptyResolver {
name: "".to_string(),
icon: None,
},
usage_to_md(doc_nodes, current_file.path.as_str(), None),
usage_to_md(current_file.path.as_str(), None),
)])
})
.unwrap_or_default()
Expand Down

0 comments on commit 634d4c4

Please sign in to comment.