errors: ErrorKind::TODO: Fix typo in message

As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/262#note_2772816
This commit is contained in:
Ian Jackson 2022-02-04 14:46:35 +00:00
parent ca960df6b1
commit 87270415f0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ pub enum ErrorKind {
/// TODO - error still needs to be categorised in tor/arti code
///
/// This variant is going to be ABOLISHED!
#[display(fmt = "uncategorized error (TODO)r")]
#[display(fmt = "uncategorized error (TODO)")]
TODO,
}