diff options
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), |