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
There is too much unsafe code in version 0.1. It is nearly unmanageable. Yet it is not possible to forbid unsafe code because of Uri<&mut [u8]> and Uri<String>::borrow. At least we should reduce the amount of unsafe code to a minimum.
The text was updated successfully, but these errors were encountered:
There is too much unsafe code in version
0.1
. It is nearly unmanageable. Yet it is not possible to forbid unsafe code because ofUri<&mut [u8]>
andUri<String>::borrow
. At least we should reduce the amount of unsafe code to a minimum.The text was updated successfully, but these errors were encountered: