mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Fix all clippy lint errors
This commit is contained in:
parent
d0dcc0e42f
commit
5b3cbb30fc
18 changed files with 123 additions and 140 deletions
|
@ -4,7 +4,7 @@ use wasm_bindgen_test::*;
|
|||
|
||||
wasm_bindgen_test_configure!(run_in_browser);
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
fn pass() {
|
||||
assert_eq!(1 + 1, 2);
|
||||
}
|
||||
// #[wasm_bindgen_test]
|
||||
// fn pass() {
|
||||
// assert_eq!(1 + 1, 2);
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue