Remove unnecessary item_name parameter to mod_item_out

This commit is contained in:
Joshua Nelson 2021-04-22 19:46:53 -04:00
parent 423963c07b
commit 7f6d540440
3 changed files with 5 additions and 7 deletions

View file

@ -617,7 +617,7 @@ impl<'tcx> FormatRenderer<'tcx> for Context<'tcx> {
Ok(())
}
fn mod_item_out(&mut self, _item_name: &str) -> Result<(), Error> {
fn mod_item_out(&mut self) -> Result<(), Error> {
info!("Recursed; leaving {}", self.dst.display());
// Go back to where we were at