Fix clippy warnings
modified bin/cob/issue.rs
@@ -47,7 +47,7 @@ impl Filter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/cob/patch.rs
@@ -48,7 +48,7 @@ impl Filter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/inbox.rs
@@ -200,7 +200,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue.rs
@@ -203,7 +203,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/list.rs
@@ -549,9 +549,9 @@ fn comment(channel: &Channel<Message>) -> Widget<State, Message> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -263,7 +263,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list/imui.rs
@@ -498,7 +498,7 @@ fn browser_context<'a>(ui: &im::Ui<Message>, app: &'a App) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/state.rs
@@ -82,8 +82,8 @@ pub struct FileIdentifier {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/format.rs
@@ -75,7 +75,7 @@ pub fn author(did: &Did, alias: &Option<Alias>, is_you: bool) -> String {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/ui/items.rs
@@ -305,7 +305,7 @@ impl ToRow<9> for NotificationItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -390,13 +390,11 @@ impl Filter<NotificationItem> for NotificationItemFilter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -540,7 +538,7 @@ impl ToRow<8> for IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -613,21 +611,16 @@ impl Filter<IssueItem> for IssueItemFilter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -636,8 +629,7 @@ impl Filter<IssueItem> for IssueItemFilter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -787,7 +779,7 @@ impl ToRow<9> for PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -860,13 +852,11 @@ impl Filter<PatchItem> for PatchItemFilter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1008,7 +998,7 @@ impl ToTree<String> for CommentItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1320,7 +1310,7 @@ impl ToRow<3> for StatefulHunkItem<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1328,7 +1318,7 @@ impl ToRow<3> for StatefulHunkItem<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1474,7 +1464,7 @@ impl<'a> HunkItem<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/ui/rm.rs
@@ -186,7 +186,7 @@ impl<S, M> View for IssueDetails<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified examples/selection.rs
@@ -134,7 +134,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget/input.rs
@@ -525,7 +525,7 @@ impl<S, M> View for TextArea<'_, S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -784,7 +784,7 @@ impl<S, M> TextView<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/span.rs
@@ -59,23 +59,23 @@ pub fn notification_type(content: &str) -> Span<'static> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
modified src/ui/utils.rs
@@ -171,7 +171,7 @@ fn another_function() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|