We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a8be5 commit bbe500fCopy full SHA for bbe500f
fontspector-checkapi/src/codetesting.rs
@@ -56,7 +56,7 @@ pub fn set_name_entry(
56
) {
57
use std::collections::BTreeSet;
58
59
- let f = TTF.from_testable(&font).unwrap();
+ let f = TTF.from_testable(font).unwrap();
60
let name = f.font().name().unwrap();
61
62
let new_record = NameRecord::new(
0 commit comments