patch: Remove unnecessary generic backend parameter
modified bin/commands/patch/select.rs
@@ -15,7 +15,6 @@ use tui::cob::patch;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -205,7 +204,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -8,7 +8,6 @@ use tokio::sync::mpsc::UnboundedSender;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -36,7 +35,7 @@ use crate::tui_patch::common::PatchOperation;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,23 +120,20 @@ impl<'a> From<&State> for BrowsePageProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -290,7 +286,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -377,10 +373,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -437,16 +430,16 @@ pub struct SearchProps {}
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -506,10 +499,7 @@ impl<B: Backend> View for Search<B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -540,24 +530,18 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -660,10 +644,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|