Chatmail Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
Home Page:https://delta.chat/en/contribute
Repository from Github https://github.comchatmail/coreRepository from Github https://github.comchatmail/core
link2xt opened this issue 4 months ago · comments
This is similar to indexing_slicing which I clean up in #6214
indexing_slicing
We should enable it like this:
#![cfg_attr(not(test), warn(clippy::string_slice))]
And get rid of all potentially panicking slicing that is detected.