]> git.lizzy.rs Git - rust.git/commit
Minor rewrite of env::current_exe docs; clarify symlinks.
authorCorey Farwell <coreyf@rwell.org>
Sun, 24 Dec 2017 19:29:13 +0000 (11:29 -0800)
committerCorey Farwell <coreyf@rwell.org>
Sun, 24 Dec 2017 19:29:13 +0000 (11:29 -0800)
commit17380f2ac6d0d259ab6fd3685f9f107e368c01d3
tree36b9c4771164be68ea6fdbd922b3a12277d624c4
parent51b47dc4a1af3260738aa7c5d4e31e8d77c0c0b6
Minor rewrite of env::current_exe docs; clarify symlinks.

- Update example in ‘security’ section to use hard links, like the
  linked securityvulns.com example.
- Weaken language on symbolic links – indicate behavior is
  platform-specific

Fixes https://github.com/rust-lang/rust/issues/43617.
src/libstd/env.rs