]> git.lizzy.rs Git - rust.git/commit
Fix missing DirEntryExt::ino
authorRaph Levien <raph@google.com>
Thu, 20 Oct 2016 23:23:43 +0000 (16:23 -0700)
committerRaph Levien <raph@google.com>
Sat, 22 Oct 2016 14:08:07 +0000 (07:08 -0700)
commit773a5f59e936230e243fee275655c7266ed6d4f2
tree7d2aafb804f1fb4cf0a5aac2d469e42d91b99ddd
parent76bac5d33e09e8ae1b243c045584646431147cce
Fix missing DirEntryExt::ino

The DirEntryExt::ino() implementation was omitted from the first
iteration of this patch, because a dependency needed to be
configured. The fix is straightforward enough.
src/libstd/sys/unix/ext/fs.rs
src/libstd/sys/unix/fs.rs