diff options
Diffstat (limited to 'core/modules.rs')
-rw-r--r-- | core/modules.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules.rs b/core/modules.rs index b2d057219..ee91c183a 100644 --- a/core/modules.rs +++ b/core/modules.rs @@ -23,7 +23,7 @@ use std::task::Poll; pub type SourceCodeInfoFuture = dyn Future<Output = Result<SourceCodeInfo, ErrBox>>; -pub trait Loader: Send { +pub trait Loader { /// Returns an absolute URL. /// When implementing an spec-complaint VM, this should be exactly the /// algorithm described here: |