Remove unused arg from path_append_impl.
None of the impls use it.
This commit is contained in:
@@ -803,7 +803,6 @@ impl<'tcx> LateContext<'tcx> {
|
||||
fn path_append_impl(
|
||||
&mut self,
|
||||
print_prefix: impl FnOnce(&mut Self) -> Result<(), PrintError>,
|
||||
_disambiguated_data: &DisambiguatedDefPathData,
|
||||
self_ty: Ty<'tcx>,
|
||||
trait_ref: Option<ty::TraitRef<'tcx>>,
|
||||
) -> Result<(), PrintError> {
|
||||
|
||||
Reference in New Issue
Block a user