You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the str-concat crate only provides unsafe functions. This means that by using it, we are using an unsafe block. However, I'd like to have #![forbid(unsafe_code)] for this project. Therefore, we should switch to a safe API of str-concat once it has one.
Currently, the str-concat crate only provides unsafe functions. This means that by using it, we are using an
unsafe
block. However, I'd like to have#![forbid(unsafe_code)]
for this project. Therefore, we should switch to a safe API of str-concat once it has one.Blocked on either of oberien/str-concat#10 or oberien/str-concat#11.
The text was updated successfully, but these errors were encountered: