diff options
| author | bors <bors@rust-lang.org> | 2024-02-27 03:27:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-27 03:27:48 +0000 |
| commit | 91cae1dcdcf1a31bd8a92e4a63793d65cfe289bb (patch) | |
| tree | 3d8cfcc464a8a7fdb1f9cd3d4fe36d24796d6329 /compiler/rustc_ty_utils/src/implied_bounds.rs | |
| parent | 71ffdf7ff7ac6df5f9f64de7e780b8345797e8a0 (diff) | |
| parent | 0c082b7fa918be945712f8510ad2f9135cf26748 (diff) | |
| download | rust-91cae1dcdcf1a31bd8a92e4a63793d65cfe289bb.tar.gz rust-91cae1dcdcf1a31bd8a92e4a63793d65cfe289bb.zip | |
Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethercote
Remove useless lifetime of ArchiveBuilder
`trait ArchiveBuilder<'a>` has a seemingly useless lifetime a, so I remove it. If this is intentional, please reject this PR.
```rust
pub trait ArchiveBuilder<'a> {
fn add_file(&mut self, path: &Path);
fn add_archive(
&mut self,
archive: &Path,
skip: Box<dyn FnMut(&str) -> bool + 'static>,
) -> io::Result<()>;
fn build(self: Box<Self>, output: &Path) -> bool;
}
```
Diffstat (limited to 'compiler/rustc_ty_utils/src/implied_bounds.rs')
0 files changed, 0 insertions, 0 deletions
