mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
cli: remove unneeded lifetime bound from check_rewritable()
This commit is contained in:
parent
b1fca954cf
commit
b9039c3c2d
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ impl WorkspaceCommandHelper {
|
|||
}
|
||||
|
||||
pub fn check_rewritable<'a>(
|
||||
&'a self,
|
||||
&self,
|
||||
commits: impl IntoIterator<Item = &'a CommitId>,
|
||||
) -> Result<(), CommandError> {
|
||||
self.check_repo_rewritable(self.repo().as_ref(), commits)
|
||||
|
|
Loading…
Reference in a new issue