We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21af5e1 commit 023763eCopy full SHA for 023763e
src/spring_last_err.rs
@@ -38,7 +38,7 @@ impl Error for LastError {
38
impl Display for LastError {
39
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
40
let s = match self {
41
- LastError::SpringErr(e) => format!("{}", e),
+ LastError::SpringErr(e) => format!("{:?}", e),
42
LastError::UnwindErr(any) => {
43
if let Some(s) = any.downcast_ref::<String>() {
44
s.clone()
0 commit comments