zig/lib/std/math/big
Damien Firmenich 5fafcc2b62
zig fmt: remove trailing whitespace on doc comments
Fixes #11353

The renderer treats comments and doc comments differently since doc
comments are parsed into the Ast. This commit adds a check after getting
the text for the doc comment and trims whitespace at the end before
rendering.

The `a = 0,` in the test is here to avoid a ParseError while parsing the
test.
2022-04-05 18:08:33 +03:00
..
int.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
int_test.zig math/big: correct fix for divmod (#11271) 2022-03-23 19:24:25 +01:00
rational.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00