issue: Remove unnecessary generic backend parameter
modified bin/commands/issue/select.rs
@@ -15,7 +15,6 @@ use tui::cob::issue;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -200,7 +199,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -9,7 +9,6 @@ use tokio::sync::mpsc::UnboundedSender;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -34,7 +33,7 @@ use crate::tui_issue::common::Mode;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -120,23 +119,20 @@ impl<'a> From<&State> for BrowsePageProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -272,7 +268,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -349,10 +345,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -409,16 +402,16 @@ pub struct SearchProps {}
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -478,10 +471,7 @@ impl<B: Backend> View for Search<B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -512,24 +502,18 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -632,10 +616,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|