diff options
author | DJMcNab <[email protected]> | 2018-12-20 16:45:54 +0000 |
---|---|---|
committer | DJMcNab <[email protected]> | 2018-12-20 16:45:54 +0000 |
commit | 134fe4f566d94fd4ca91c6417fab0ae7b3e4275f (patch) | |
tree | 54d5d31d8df65982163e1ff735e1461d672d8376 /crates/ra_syntax/tests/data/parser/inline/0076_cond.rs | |
parent | 466885aa5bad53732786380f7579880fe2fd5645 (diff) |
Fix the tests and fix the precommit hook
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/0076_cond.rs')
-rw-r--r-- | crates/ra_syntax/tests/data/parser/inline/0076_cond.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/0076_cond.rs b/crates/ra_syntax/tests/data/parser/inline/0076_cond.rs deleted file mode 100644 index fdb37ee6f..000000000 --- a/crates/ra_syntax/tests/data/parser/inline/0076_cond.rs +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | fn foo() { if let Some(_) = None {} } | ||