summaryrefslogtreecommitdiffstats
path: root/ipc/src/sexp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/src/sexp.rs')
-rw-r--r--ipc/src/sexp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/src/sexp.rs b/ipc/src/sexp.rs
index ee376f61..1ca36a04 100644
--- a/ipc/src/sexp.rs
+++ b/ipc/src/sexp.rs
@@ -294,7 +294,7 @@ impl TryFrom<&mpi::Ciphertext> for Sexp {
format!("Don't know how to convert {:?}", ciphertext))
.into()),
- __Nonexhaustive => unreachable!(),
+ &_ => unreachable!(), // Ciphertext is non-exhaustive.
}
}
}