Skip to content

Commit bbe500f

Browse files
committed
Clippy lint
1 parent 15a8be5 commit bbe500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fontspector-checkapi/src/codetesting.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn set_name_entry(
5656
) {
5757
use std::collections::BTreeSet;
5858

59-
let f = TTF.from_testable(&font).unwrap();
59+
let f = TTF.from_testable(font).unwrap();
6060
let name = f.font().name().unwrap();
6161

6262
let new_record = NameRecord::new(

0 commit comments

Comments
 (0)