harryfei / which-rs

A Rust equivalent of Unix command "which".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several errors are never actually returned by the library

Xaeroxe opened this issue · comments

Namely,

  • BadAbsolutePath
  • BadRelativePath
  • CannotGetCurrentDir

These three errors will not be returned in any circumstance. Their only usage is inside the Display implementation.

Closed in #83