Remove accidentally left-behind git mark

This commit is contained in:
Rune Tynan
2021-02-06 17:37:36 -05:00
parent 30ecde0beb
commit ac75fafd1c
-1
View File
@@ -434,7 +434,6 @@ fn from(impl_: clean::Impl) -> Self {
}
}
<<<<<<< HEAD
crate fn from_function_method(function: clean::Function, has_body: bool) -> Method {
let clean::Function { header, decl, generics, all_types: _, ret_types: _ } = function;
Method {