Skip to content

Commit

Permalink
Use super::* for a test import
Browse files Browse the repository at this point in the history
Summary: Avoid rewriting this statement as I want to delete most of the types this depends upon.

Reviewed By: krallin

Differential Revision: D44727987

fbshipit-source-id: efe8dc5c8e721bf5aabeb6d57802612578bc0293
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Apr 6, 2023
1 parent 8d2a817 commit f1d6d0d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions starlark-rust/starlark/src/docs/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,16 +518,7 @@ mod test {
use starlark_map::small_map::SmallMap;
use starlark_map::smallmap;

use crate::docs::markdown::render_doc_string;
use crate::docs::markdown::Code;
use crate::docs::markdown::CodeBlock;
use crate::docs::markdown::DSOpts;
use crate::docs::markdown::FunctionDetailsRenderer;
use crate::docs::markdown::MarkdownFlavor;
use crate::docs::markdown::ParamList;
use crate::docs::markdown::PropertyDetailsRenderer;
use crate::docs::markdown::RenderMarkdown;
use crate::docs::markdown::TypeRenderer;
use super::*;
use crate::docs::Doc;
use crate::docs::DocItem;
use crate::docs::DocString;
Expand Down

0 comments on commit f1d6d0d

Please sign in to comment.