]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
authorMichael Goulet <michael@errs.io>
Thu, 12 Jan 2023 06:25:46 +0000 (22:25 -0800)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 06:25:46 +0000 (22:25 -0800)
doc: rewrite doc for signed int::{carrying_add,borrowing_sub}

Reword the documentation for bigint helper methods, signed `int::{carrying_add,borrowing_sub}` (#85532).

This change is a follow-up to #101889, which was for the unsigned methods.

1  2 
library/core/src/num/int_macros.rs

Simple merge