diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-06-20 12:07:01 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-19 19:07:01 -0700 |
commit | 425df50484f315dcd63b4d93ab6911702779899e (patch) | |
tree | 61d95f3773f254e1ed17d915ad927d40a1caeeea /core/modules.rs | |
parent | 43f48386d7921612c5cbe7d39a4dfb82a3f3367e (diff) |
Combine CLI Errors (#2487)
Diffstat (limited to 'core/modules.rs')
-rw-r--r-- | core/modules.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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<L: Loader> RecursiveLoad<L> { } } -// TODO(ry) This is basically the same thing as RustOrJsError. They should be -// combined into one type. #[derive(Debug, PartialEq)] pub enum JSErrorOr<E> { JSError(JSError), |