summaryrefslogtreecommitdiff
path: root/src/build.rs
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-02-02 02:23:50 -0500
committerCara Salter <cara@devcara.com>2022-02-02 02:23:50 -0500
commit8b2d12e799d01059843a8eeb1eb8ff3899d2d274 (patch)
treef0fe36dd5e225e42253997e0faa233317ea0117d /src/build.rs
parent22ee6a2efacb608647edc6f834b6949c0c73d199 (diff)
downloadsite-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.tar.gz
site-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.zip
internal: Make footnotes work
Apparently, the footnotes and superscript extensions conflicted with each other.
Diffstat (limited to 'src/build.rs')
-rw-r--r--src/build.rs2
1 files changed, 1 insertions, 1 deletions
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<dyn std::error::Error>> {
let mut ructe = Ructe::from_env()?;