pull/21/head
Ondřej Hruška 4 years ago
parent 85911c8e99
commit 250f0f22c0
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      lib/spanned_sexp/src/lib.rs

@ -53,7 +53,7 @@ pub struct Error {
impl error::Error for Error {
fn description(&self) -> &str { self.message }
fn cause(&self) -> Option<&error::Error> { None }
fn cause(&self) -> Option<&dyn error::Error> { None }
}
/// Since errors are the uncommon case, they're boxed. This keeps the size of

Loading…
Cancel
Save