mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
This pull request removes the optional allocator argument from functions `divFloor` and `divTrunc`. As a result, the comments related to accepting an optional `allocator` are no longer applicable. The support for accepting an optional allocator was removed in #10017.