From 425df50484f315dcd63b4d93ab6911702779899e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 20 Jun 2019 12:07:01 +1000 Subject: Combine CLI Errors (#2487) --- core/modules.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'core') diff --git a/core/modules.rs b/core/modules.rs index a8252bea5..8a229e770 100644 --- a/core/modules.rs +++ b/core/modules.rs @@ -142,8 +142,6 @@ impl RecursiveLoad { } } -// TODO(ry) This is basically the same thing as RustOrJsError. They should be -// combined into one type. #[derive(Debug, PartialEq)] pub enum JSErrorOr { JSError(JSError), -- cgit v1.2.3