We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869e5a9 commit 7dc92d7Copy full SHA for 7dc92d7
generated/codegen_tests.rs
@@ -24,7 +24,7 @@ fn test_decoder_tgz() -> TestResult {
24
#[test]
25
fn test_decoder_font() -> TestResult {
26
let metrics = otf_metrics::analyze_font(&testpath("test-fonts/SourceCodePro-Regular.otf"))?;
27
- otf_metrics::show_opentype_stats(&metrics, &otf_metrics::Config::default());
+ otf_metrics::output::show_opentype_stats(&metrics, &otf_metrics::Config::default());
28
Ok(())
29
}
30
0 commit comments