Skip to content

Commit ac75faf

Browse files
committed
Remove accidentally left-behind git mark
1 parent 30ecde0 commit ac75faf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/json/conversions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ impl From<clean::Impl> for Impl {
434434
}
435435
}
436436

437-
<<<<<<< HEAD
438437
crate fn from_function_method(function: clean::Function, has_body: bool) -> Method {
439438
let clean::Function { header, decl, generics, all_types: _, ret_types: _ } = function;
440439
Method {

0 commit comments

Comments
 (0)