Skip to content

Commit 14b3b1c

Browse files
committed
Fix an example
1 parent ff009fb commit 14b3b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/expected_type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323
SourceAnnotation {
2424
label: "",
2525
annotation_type: AnnotationType::Error,
26-
range: (205, 207),
26+
range: (193, 195),
2727
},
2828
SourceAnnotation {
2929
label: "while parsing this struct",

0 commit comments

Comments
 (0)