BurntSushi/same-file

Note that `dev` and `ino` methods are unix only

KodrAus opened this issue · 0 comments

The dev and ino methods on Handle are unix-only. This should be called out in the method docs.

Currently, Handle wraps a platform-specific implementation so I don't think we need an extension trait. Just mentioning that they're unix-only should be enough. But @BurntSushi might have other ideas.