aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/spectrum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/spectrum.rs b/rust/spectrum.rs
index 8325798..ecc00d2 100644
--- a/rust/spectrum.rs
+++ b/rust/spectrum.rs
@@ -562,7 +562,7 @@ fn apply_action(list: &Vec<SchemeExpr>,
}
},
_ => Err(format!("cdr only takes lists and quotes (got {})",
- scheme_repr(&args[0]):unwrap()))
+ scheme_repr(&args[0]).unwrap()))
}
},
"cons" => {