Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it#94356
Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it#94356bors merged 2 commits intorust-lang:masterfrom Thomasdezeeuw:stabilize_unix_socket_creation
Conversation
Matching SocketAddr::as_pathname.
|
Team member @m-ou-se has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
|
Since the change is so small I've force push to change to stabilise in 1.61. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
|
@bors r+ |
|
📌 Commit a84e77b has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#93293 (Implement `MIN`/`MAX` constants for non-zero integers) - rust-lang#94356 (Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it) - rust-lang#94765 (Rename is_{some,ok,err}_with to is_{some,ok,err}_and.) - rust-lang#94819 (configure: don't serialize empty array elements) - rust-lang#94826 (Improve doc wording for retain on some collections) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
🎉 Thanks, @Thomasdezeeuw, for pushing this towards stabilization. :) |
Stabilizes
unix_socket_creation.Closes #93423
r? @m-ou-se