Skip to content

Commit e5ebb22

Browse files
committed
fix nightly error
1 parent 1803686 commit e5ebb22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/popups/remotelist.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,6 @@ impl RemoteListPopup {
384384
.wrap(Wrap { trim: true }),
385385
r,
386386
);
387-
388-
let mut r = r;
389-
r.width += 1;
390-
r.height += 2;
391-
r.y = r.y.saturating_sub(1);
392387
}
393388
}
394389

0 commit comments

Comments
 (0)