From 990753ca92e106091006088c8239677ca83ee77d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Feb 2022 16:40:57 -0500 Subject: [PATCH] Finally remove ErrorKind::TODO. Closes #322. --- crates/tor-error/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/tor-error/src/lib.rs b/crates/tor-error/src/lib.rs index eb51270bd..a39e28e87 100644 --- a/crates/tor-error/src/lib.rs +++ b/crates/tor-error/src/lib.rs @@ -414,14 +414,6 @@ pub enum ErrorKind { /// our [bug tracker](https://gitlab.torproject.org/tpo/core/arti/-/issues). #[display(fmt = "internal error (bug)")] Internal, - - /// TODO - error still needs to be categorized in tor/arti code - /// - /// This variant is going to be ABOLISHED! If you see it in your code, - /// then you are using a version of Arti from before we managed to - /// remove every error. - #[display(fmt = "uncategorized error (TODO)")] - TODO, } /// Errors that can be categorized as belonging to an [`ErrorKind`]