-
Notifications
You must be signed in to change notification settings - Fork 14k
autodiff: update formating, improve examples for the unstable-book #149082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This comment has been minimized.
This comment has been minimized.
|
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
bbaeca0
Compare
This comment has been minimized.
This comment has been minimized.
bbaeca0 to
0b2e02f
Compare
|
Tidy is now also happy, thank you for the quick approval. @bors r=chenyukang rollup |
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
Rollup merge of #149082 - ZuseZ4:autodiff-unstable-book-fmt, r=chenyukang autodiff: update formating, improve examples for the unstable-book r? compiler
r? compiler