Skip to content
Snippets Groups Projects
Commit 4ad8b95d authored by Gav's avatar Gav
Browse files

Safe panic.

parent 62f3bee9
No related merge requests found
...@@ -294,7 +294,7 @@ impl Slicable for Function { ...@@ -294,7 +294,7 @@ impl Slicable for Function {
to.using_encoded(|s| v.extend(s)); to.using_encoded(|s| v.extend(s));
amount.using_encoded(|s| v.extend(s)); amount.using_encoded(|s| v.extend(s));
} }
_ => {} _ => { unimplemented!() }
} }
v v
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment