Skip to content

Commit 4368748

Browse files
russcamswallez
authored andcommitted
Fix deprecation warning
1 parent b77ea6a commit 4368748

File tree

1 file changed

+1
-1
lines changed
  • api_generator/src/generator

1 file changed

+1
-1
lines changed

api_generator/src/generator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl DocumentationUrlString {
306306
.as_str(),
307307
);
308308
}
309-
u.into_string()
309+
u.into()
310310
}
311311
Err(_) => s,
312312
}

0 commit comments

Comments
 (0)