Skip to content

Commit 99ae2d3

Browse files
Gabi Ganampvdrz
Gabi Ganam
authored andcommitted
Fix generated constants: f64::INFINITY, f64::NEG_ INFINITY, f64::NAN.
#2853
1 parent 2f64f48 commit 99ae2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
enabling it by default for `bindgen-cli` (#2789) .
218218
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
219219
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
220-
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN`.
220+
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN` (#2854).
221221

222222
## Security
223223

0 commit comments

Comments
 (0)