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
I was pointed at fs::copy on IRC earlier, but couldn't use it with tempfile because that just gives a File. Had fs::copy had a "See also" link to io::copy, I would have found it without complaining that I couldn't use fs::copy. And for similar reasons, io::copy should See Also to fs::copy for those who do want to copy a file based on paths and not readers and writers.
The text was updated successfully, but these errors were encountered:
scottmcm
added
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
Jul 31, 2018
I was pointed at
fs::copy
on IRC earlier, but couldn't use it withtempfile
because that just gives aFile
. Hadfs::copy
had a "See also" link toio::copy
, I would have found it without complaining that I couldn't usefs::copy
. And for similar reasons,io::copy
should See Also tofs::copy
for those who do want to copy a file based on paths and not readers and writers.The text was updated successfully, but these errors were encountered: