From f6f7059dbe2a8c270281ee6b861b1f6ea1294810 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 16 Nov 2017 01:30:19 +0000 Subject: [PATCH] Avoid making a package with literally only one HTML file, lol. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8258373..34b0b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ exclude = [ ".gitignore", ".travis.yml", ] -include = [ - "rustdoc-include-katex-header.html", -] [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "rustdoc-include-katex-header.html"]