greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
969 stars 109 forks source link

Remove unnecessary borrows #102

Closed benarmstead closed 3 years ago

benarmstead commented 3 years ago

iquery.filter_list does not need to be borrowed in this scenario

greyblake commented 3 years ago

@benarmstead Thanks!