Fix bench compilation

This commit is contained in:
Jeremy Soller 2025-11-01 08:04:28 -06:00
parent c82ee1c5b5
commit 40fee41332
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -60,6 +60,7 @@ fn bench_lang_mixed(c: &mut Criterion) {
black_box(&bidi_text),
&ct::Attrs::new(),
ct::Shaping::Advanced,
None,
);
buffer.shape_until_scroll(&mut fs, false);
});