Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a safe API of str-concat #134

Open
oberien opened this issue Jul 6, 2020 · 0 comments
Open

Use a safe API of str-concat #134

oberien opened this issue Jul 6, 2020 · 0 comments

Comments

@oberien
Copy link
Owner

oberien commented Jul 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant