clippy
This commit is contained in:
parent
d37adbecc5
commit
2226872ebf
@ -192,7 +192,7 @@ fn test_file_data() {
|
|||||||
FontData::from_owned(include_bytes!("../assets/Hack-Regular.ttf").to_vec())
|
FontData::from_owned(include_bytes!("../assets/Hack-Regular.ttf").to_vec())
|
||||||
);
|
);
|
||||||
|
|
||||||
let json_data: Value = serde_json::from_str(&include_str!("../assets/text.json")).unwrap();
|
let json_data: Value = serde_json::from_str(include_str!("../assets/text.json")).unwrap();
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
FILE_DATA.text_help_expr,
|
FILE_DATA.text_help_expr,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user