Skip to content

Commit 41825aa

Browse files
committed
style: Make clippy happy
1 parent fa2f56a commit 41825aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/display_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl DisplaySet<'_> {
324324
}
325325

326326
let text = normalize_whitespace(text);
327-
let line_len = text.as_bytes().len();
327+
let line_len = text.len();
328328
let left = self.margin.left(line_len);
329329
let right = self.margin.right(line_len);
330330

0 commit comments

Comments
 (0)