diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ impl ContextError { use std::error::Error; match *self { ContextError::IoError(ref err) => err.description(), - ContextError::ContextLost => "Context lost." + ContextError::ContextLost => "Context lost" } } } |