You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.
There should be a link to the std::path::Path::join() method. It is a method that is already linked in the other way, and can reduce the likelihood of things like
- let stamp_file = {- let mut s = build.out.clone();- s.push("rustfmt.stamp");- s- };+ let stamp_file = build.out.join("rustfmt.stamp");
happening.
The text was updated successfully, but these errors were encountered:
albertlarsan68
added
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
Dec 28, 2022
jyn514
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
labels
Dec 28, 2022
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.
Location
std::path::PathBuf::push()
's docsSummary
There should be a link to the
std::path::Path::join()
method. It is a method that is already linked in the other way, and can reduce the likelihood of things likehappening.
The text was updated successfully, but these errors were encountered: