Rollup merge of #131623 - matthiaskrgr:clippy_sat, r=Nadrieril
misc cleanups
This commit is contained in:
commit
77f2c57b3f
7 changed files with 11 additions and 18 deletions
|
@ -277,9 +277,9 @@ pub fn create_dump_file<'tcx>(
|
|||
)
|
||||
})?;
|
||||
}
|
||||
Ok(fs::File::create_buffered(&file_path).map_err(|e| {
|
||||
fs::File::create_buffered(&file_path).map_err(|e| {
|
||||
io::Error::new(e.kind(), format!("IO error creating MIR dump file: {file_path:?}; {e}"))
|
||||
})?)
|
||||
})
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue