-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Update AUTHORS.txt and RELEASES.md #22517
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -77,7 +85,7 @@ Ben Gamari <bgamari.foss@gmail.com> | |||
Ben Harris <mail@bharr.is> | |||
Ben Kelly <ben@wanderview.com> | |||
Ben Noordhuis <info@bnoordhuis.nl> | |||
Ben S <ogham@bsago.me> | |||
Ben S <ogham@users.noreply.github.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The bogus one is the most recent I have so I replaced the legit one.
their related purposes. Automatically getting a string | ||
conversion to use with `format!("{:?}", something_to_debug)` is | ||
now written `#[derive(Debug)]`. | ||
* Abstract [OS-specific string types][osstr], `std::ff::{OsString, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: ff
-> ffi
I think we should also be updating |
p=1 please