]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91049 - dimo414:patch-1, r=kennytm
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 29 Nov 2021 09:41:33 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 09:41:33 +0000 (10:41 +0100)
commit80277dcc4f39c7142c7217543b083ed6fd9919e8
tree0122824d20ff3db38f68a92ca1692460b494e8e8
parent9981e56d3b820f429fac62b4ff916f2a871340b4
parent9c3b0d81ef4ebcb1f1ca9d17bf222d832e513140
Rollup merge of #91049 - dimo414:patch-1, r=kennytm

Add a caveat to std::os::windows::fs::symlink_file

This is similar to the note on [Python's `os.symlink()`](https://docs.python.org/3/library/os.html#os.symlink). Some additional notes in https://github.com/dimo414/bkt/issues/3.