Uh oh!
There was an error while loading. Please reload this page.
autodiff: update formating, improve examples for the unstable-book - #149082
Conversation
rustbot
commented
Nov 19, 2025
|
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
chenyukang
commented
Nov 19, 2025
there are some trailing whitespaces in it. |
@chenyukang the trailing whitespaces are intentional, it's markdown syntax to force a line break. Edit: Oh, clippy isn't happy about them, that seems like a bug? I'll look into alternatives. |
f6f6d6b to
bbaeca0Compare
This comment has been minimized.
This comment has been minimized.
bbaeca0 to
0b2e02fCompareZuseZ4
commented
Nov 19, 2025
Tidy is now also happy, thank you for the quick approval. @bors r=chenyukang rollup |
bors
commented
Nov 19, 2025
Rollup of 7 pull requests Successful merges: - #147171 (recommend using a HashMap if a HashSet's second generic parameter doesn't implement BuildHasher) - #147421 (Add check if span is from macro expansion) - #147521 (Make SIMD intrinsics available in `const`-contexts) - #148201 (Start documenting autodiff activities) - #148797 (feat: Add `bit_width` for unsigned `NonZero<T>`) - #148798 (Match <OsString as Debug>::fmt to that of str) - #149082 (autodiff: update formating, improve examples for the unstable-book) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #149082 - ZuseZ4:autodiff-unstable-book-fmt, r=chenyukang autodiff: update formating, improve examples for the unstable-book r? compiler
Rollup of 7 pull requests Successful merges: - rust-lang/rust#147171 (recommend using a HashMap if a HashSet's second generic parameter doesn't implement BuildHasher) - rust-lang/rust#147421 (Add check if span is from macro expansion) - rust-lang/rust#147521 (Make SIMD intrinsics available in `const`-contexts) - rust-lang/rust#148201 (Start documenting autodiff activities) - rust-lang/rust#148797 (feat: Add `bit_width` for unsigned `NonZero<T>`) - rust-lang/rust#148798 (Match <OsString as Debug>::fmt to that of str) - rust-lang/rust#149082 (autodiff: update formating, improve examples for the unstable-book) r? `@ghost` `@rustbot` modify labels: rollup
r? compiler