Skip to content

Commit 1869210

Browse files
committed
feat: Recover on most tokenization errors
1 parent b042236 commit 1869210

File tree

3 files changed

+126
-104
lines changed

3 files changed

+126
-104
lines changed

base/tests/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ fn show_record_long_type() {
155155
],
156156
Type::string(),
157157
);
158-
let test = data("Test", vec![data("a", vec![])]);
159158
let record = Type::record(
160159
vec![Field::new(
161160
"Test",

0 commit comments

Comments
 (0)