Skip to content
Snippets Groups Projects
Commit 3b312c86 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

remote to_vec

parent 24379e10
No related branches found
No related tags found
No related merge requests found
Pipeline #18479 passed
...@@ -71,7 +71,6 @@ impl From<&scale_info::Variant<PortableForm>> for Call { ...@@ -71,7 +71,6 @@ impl From<&scale_info::Variant<PortableForm>> for Call {
Self { Self {
documentation: variant documentation: variant
.docs() .docs()
.to_vec()
.iter() .iter()
.take_while(|line| !line.starts_with("# <weight>")) .take_while(|line| !line.starts_with("# <weight>"))
.cloned() .cloned()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment