Fix elided_named_lifetimes
in code
This commit is contained in:
parent
f167efad2f
commit
53ce92770d
14 changed files with 18 additions and 15 deletions
|
@ -125,7 +125,7 @@ pub trait ArchiveBuilderBuilder {
|
|||
rlib: &'a Path,
|
||||
outdir: &Path,
|
||||
bundled_lib_file_names: &FxIndexSet<Symbol>,
|
||||
) -> Result<(), ExtractBundledLibsError<'_>> {
|
||||
) -> Result<(), ExtractBundledLibsError<'a>> {
|
||||
let archive_map = unsafe {
|
||||
Mmap::map(
|
||||
File::open(rlib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue