types are converting right
This commit is contained in:
parent
fa078e8d3f
commit
f0dfa0c238
3 changed files with 2 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -88,7 +88,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crisp"
|
name = "crisp"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"miette",
|
"miette",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "crisp"
|
name = "crisp"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -205,7 +205,6 @@ mod test {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_conversions() {
|
fn test_conversions() {
|
||||||
let value = Value::Symbol(Symbol("c1".to_owned()));
|
let value = Value::Symbol(Symbol("c1".to_owned()));
|
||||||
dbg!(&value);
|
|
||||||
let string = String::from("c1");
|
let string = String::from("c1");
|
||||||
let convert = String::from(value);
|
let convert = String::from(value);
|
||||||
assert_eq!(string, convert);
|
assert_eq!(string, convert);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue