]> git.lizzy.rs Git - rust.git/commit
std: Add missing stability for symlink functions
authorAlex Crichton <alex@alexcrichton.com>
Thu, 23 Apr 2015 15:58:47 +0000 (08:58 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 23 Apr 2015 15:58:47 +0000 (08:58 -0700)
commita318b5134667f30395fb0036ea3dd987bf8e1766
tree7d01efcadd05c9403dea473b2fde570e5ec0c4dc
parent1114fcd945f6e979660053aeed561bcfb5da669e
std: Add missing stability for symlink functions

These functions were intended to be introduced as `#[stable]` as a stable API
was deprecated in favor of them, but they just erroneously forgot the stability
attributes.
src/libstd/sys/unix/ext.rs
src/libstd/sys/windows/ext.rs