mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-06 10:33:19 +01:00
fix description
This commit is contained in:
@@ -42,7 +42,7 @@ pub fn render_description_from_input_value(t: &InputValue, name: &String) -> Opt
|
||||
output.push();
|
||||
}
|
||||
|
||||
for line in lines {
|
||||
for line in lines.iter().skip(1) {
|
||||
output.append(quote! {
|
||||
$(format!("/// {line}"))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user