-
Notifications
You must be signed in to change notification settings - Fork 13.3k
A bunch of minor documentation tweaks and fixes. #63808
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
f32::consts::PI / 2.0 -> f32::consts::FRAC_PI_2 f32::consts::PI / 4.0 -> f32::consts::FRAC_PI_4 f64::consts::PI / 2.0 -> f64::consts::FRAC_PI_2 f64::consts::PI / 4.0 -> f64::consts::FRAC_PI_4
Changed all instances of `c_str` into `cstr` in the documentation examples. This is also consistent with the module source code.
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
I found the problem in 7e13679. Pushing a fix. |
Thanks @Rosto75! @bors r+ rollup |
📌 Commit d9f3258 has been approved by |
A bunch of minor documentation tweaks and fixes.
☀️ Test successful - checks-azure |
No description provided.