summaryrefslogtreecommitdiff
path: root/crates/typst-pdf
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-02 16:16:44 +0200
committerGitHub <noreply@github.com>2024-04-02 14:16:44 +0000
commitb3615ccd493c4791c3c7565fc7417cba50e8fd71 (patch)
tree264c711ead8cf76439816b1457429a157e614067 /crates/typst-pdf
parentc4001662b686b0d52e99aa0b72a5b82af6f862fd (diff)
A few CI and crate config changes (#3852)
Diffstat (limited to 'crates/typst-pdf')
-rw-r--r--crates/typst-pdf/Cargo.toml4
-rw-r--r--crates/typst-pdf/src/lib.rs1
2 files changed, 0 insertions, 5 deletions
diff --git a/crates/typst-pdf/Cargo.toml b/crates/typst-pdf/Cargo.toml
index 709ed108..99c52dc6 100644
--- a/crates/typst-pdf/Cargo.toml
+++ b/crates/typst-pdf/Cargo.toml
@@ -12,10 +12,6 @@ categories = { workspace = true }
keywords = { workspace = true }
readme = { workspace = true }
-[lib]
-doctest = false
-bench = false
-
[dependencies]
typst = { workspace = true }
typst-assets = { workspace = true }
diff --git a/crates/typst-pdf/src/lib.rs b/crates/typst-pdf/src/lib.rs
index 49ec0d86..e8b1c30a 100644
--- a/crates/typst-pdf/src/lib.rs
+++ b/crates/typst-pdf/src/lib.rs
@@ -9,7 +9,6 @@ mod outline;
mod page;
mod pattern;
-use std::cmp::Eq;
use std::collections::{BTreeMap, HashMap, HashSet};
use std::hash::Hash;
use std::sync::Arc;