Enable more lints

This commit is contained in:
Joscha 2025-02-22 15:35:46 +01:00
parent ede8621867
commit 611bf3a9f1
5 changed files with 26 additions and 37 deletions

42
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -556,7 +556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c578f2b9abb4d5f3fbb12aba4008084d435dc6a8425c195cfe0b3594bfea0c25"
dependencies = [
"bitflags 2.5.0",
"fontdb 0.16.2",
"fontdb",
"libm",
"log",
"rangemap",
@ -565,7 +565,7 @@ dependencies = [
"self_cell",
"swash",
"sys-locale",
"ttf-parser 0.20.0",
"ttf-parser",
"unicode-bidi",
"unicode-linebreak",
"unicode-script",
@ -862,21 +862,7 @@ dependencies = [
"memmap2",
"slotmap",
"tinyvec",
"ttf-parser 0.20.0",
]
[[package]]
name = "fontdb"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2894eb653f564384ae8da32b78d9c8db0394715525d917328e435b9babd902"
dependencies = [
"fontconfig-parser",
"log",
"memmap2",
"slotmap",
"tinyvec",
"ttf-parser 0.21.1",
"ttf-parser",
]
[[package]]
@ -1875,7 +1861,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e0f8ad4c197db38125b880c3c44544788665c7d5f4c42f5a35da44bca1a712"
dependencies = [
"ttf-parser 0.20.0",
"ttf-parser",
]
[[package]]
@ -2265,7 +2251,7 @@ dependencies = [
"bytemuck",
"libm",
"smallvec",
"ttf-parser 0.20.0",
"ttf-parser",
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-properties",
@ -2396,7 +2382,6 @@ dependencies = [
"anyhow",
"comemo",
"cosmic-text",
"fontdb 0.17.0",
"image 0.25.1",
"mark",
"palette",
@ -2415,7 +2400,6 @@ dependencies = [
"anyhow",
"axum",
"clap",
"cosmic-text",
"escpos",
"image 0.25.1",
"mime_guess",
@ -2915,12 +2899,6 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
[[package]]
name = "ttf-parser"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
[[package]]
name = "two-face"
version = "0.3.0"
@ -2957,7 +2935,7 @@ dependencies = [
"comemo",
"csv",
"ecow",
"fontdb 0.16.2",
"fontdb",
"hayagriva",
"hypher",
"icu_properties",
@ -2991,7 +2969,7 @@ dependencies = [
"syntect",
"time",
"toml",
"ttf-parser 0.20.0",
"ttf-parser",
"two-face",
"typed-arena",
"typst-assets",
@ -3038,7 +3016,7 @@ dependencies = [
"resvg",
"roxmltree",
"tiny-skia",
"ttf-parser 0.20.0",
"ttf-parser",
"typst",
"typst-macros",
"typst-timing",
@ -3234,7 +3212,7 @@ version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c41888b9d5cf431fe852eaf9d047bbde83251b98f1749c2f08b1071e6db46e2"
dependencies = [
"fontdb 0.16.2",
"fontdb",
"kurbo",
"log",
"rustybuzz",