BurntSushi / same-file

Cross platform Rust library for checking whether two file paths are the same file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redox is unix-family

boozook opened this issue · comments

Remove unnecessary any(target_os = "redox", unix), change to just unix.
This used to be necessary, but in 2019 Redox became unix-family.