Skip to content

Commit 8bbbcce

Browse files
committed
fixed clippy error
1 parent d4963d6 commit 8bbbcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ fn test_bilateral_filter() {
952952
}
953953

954954
#[test]
955-
#[cfg(feature = "ab_glyph")]
955+
#[cfg(feature = "text")]
956956
fn test_draw_text() {
957957
let font_bytes = include_bytes!("data/fonts/DejaVuSans.ttf");
958958
let font = ab_glyph::FontRef::try_from_slice(font_bytes).unwrap();

0 commit comments

Comments
 (0)