Skip to content

tor-bytes: Use InternalError.

Nick Mathewson requested to merge nickm/arti:bytes-err into main

This crate's Error type is too low-level to have an ErrorKind, but it does make sense to use InternalError for the internal errors here.

Merge request reports