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 5a0e33798..a8252bea5 100644 --- a/core/modules.rs +++ b/core/modules.rs @@ -597,7 +597,7 @@ mod tests { } impl Error for MockError { - fn cause(&self) -> Option<&Error> { + fn cause(&self) -> Option<&dyn Error> { unimplemented!() } } |