We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d02b2 commit c7a4102Copy full SHA for c7a4102
benches/utils/mod.rs
@@ -6,7 +6,7 @@ use std::sync::Arc;
6
7
const DEJA_SANS_FONT: &[u8] = include_bytes!("../../fonts/DejaVuSans.ttf");
8
9
-const USE_DEJA : bool = false;
+const USE_DEJA: bool = false;
10
11
pub(crate) struct CtBencher {
12
font_system: ct::FontSystem,
0 commit comments