Skip to content

Commit 453dc1b

Browse files
committed
Clarify use of unsafe
1 parent 08ca58c commit 453dc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ $ cargo add http-types
4747
```
4848

4949
## Safety
50-
This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
51-
100% Safe Rust.
50+
This crate uses `unsafe` in a few places to convert from validated ASCII byte
51+
buffers to utf-8 strings.
5252

5353
## Contributing
5454
Want to join us? Check out our ["Contributing" guide][contributing] and take a

0 commit comments

Comments
 (0)