harryfei / which-rs

A Rust equivalent of Unix command "which".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error in crate 4.2.3 published 1 hour a ago.

da-niao-dan opened this issue · comments

github.com-\which-4.2.3\src\finder.rs:161:65
|
161 | ... if s.as_bytes().first() == Some(b'.') {
| ^^^^
| |
| expected &u8, found u8
| help: consider borrowing here: &b'.'

commented

Fixed by #50

4.2.4 published