Skip to content

Commit 4761de6

Browse files
committed
Fixed: conflicting spelling of "Jon Snow"
1 parent 763f923 commit 4761de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ two solutions. Either you add variants in your enum:
11851185
```
11861186
#[repr(i32)]
11871187
enum NightWatch {
1188-
JohnSnow,
1188+
JonSnow,
11891189
Commander,
11901190
}
11911191
```

0 commit comments

Comments
 (0)