Skip to content

Commit 57781b9

Browse files
author
Yin Jifeng
committed
fix: regression from rust 1.52.0
`binary_search` changes its behaiver
1 parent e5c632d commit 57781b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/src/codegen/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const RUST_KEYWORDS: &[&str] = &[
1818
"do",
1919
"else",
2020
"enum",
21-
"extern crate",
2221
"extern",
22+
"extern crate",
2323
"false",
2424
"final",
2525
"fn",

0 commit comments

Comments
 (0)