mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Enable workspace lints for tests
This commit is contained in:
parent
f5c90c8714
commit
8a2ef9ea01
@ -32,3 +32,6 @@ harness = false
|
||||
name = "benches"
|
||||
path = "src/benches.rs"
|
||||
harness = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
@ -430,7 +430,7 @@ fn test(
|
||||
|
||||
if world.print.frames {
|
||||
for frame in &document.pages {
|
||||
writeln!(output, "{:#?}\n", frame).unwrap();
|
||||
writeln!(output, "{frame:#?}\n").unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user