From 8b2d12e799d01059843a8eeb1eb8ff3899d2d274 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 2 Feb 2022 02:23:50 -0500 Subject: internal: Make footnotes work Apparently, the footnotes and superscript extensions conflicted with each other. --- src/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build.rs') diff --git a/src/build.rs b/src/build.rs index 3fcea82..2aa86b1 100644 --- a/src/build.rs +++ b/src/build.rs @@ -1,5 +1,5 @@ -use std::process::Command; use ructe::{Ructe, RucteError}; +use std::process::Command; fn main() -> Result<(), Box> { let mut ructe = Ructe::from_env()?; -- cgit v1.2.3