Skip to content

Commit bf6c659

Browse files
committed
cleanup
1 parent 19709de commit bf6c659

File tree

1 file changed

+0
-1
lines changed
  • crates/quarto_markdown_pandoc/src/writers

1 file changed

+0
-1
lines changed

crates/quarto_markdown_pandoc/src/writers/json.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
use crate::pandoc::{Attr, Block, Caption, CitationMode, Inline, Inlines, ListAttributes, Pandoc};
7-
use crate::utils::autoid;
87
use serde_json::{Value, json};
98

109
fn write_location<T: crate::pandoc::location::SourceLocation>(item: &T) -> Value {

0 commit comments

Comments
 (0)