Remove unnecessary item_name parameter to mod_item_out
This commit is contained in:
parent
423963c07b
commit
7f6d540440
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue