-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Expand str_as_str to more types
#145933
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
base: main
Are you sure you want to change the base?
Expand str_as_str to more types
#145933
Conversation
|
Error: Label needs-acp can only be set by Rust team members Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
05090a9 to
2a20389
Compare
|
Error: Parsing assign command in comment failed: ...'' | error: specify user to assign to at >| ''... Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
2a20389 to
18ebcd9
Compare
18ebcd9 to
48f7f31
Compare
|
Looks fine, but I'd also add r? libs-api |
Tracking issue: #130366
ACP: rust-lang/libs-team#643
This PR expands
str_from_strfeature and adds analogous methods to more types. Namely:&CStr&[T],&mut [T]&OsStr&Path&ByteStr,&mut ByteStr(tracking issue: Tracking Issue for ByteStr/ByteString #134915) (technically was not part of ACP)