chore: Fix clippy warnings w/ 1.85.1
13 files changed
+51
-54
2057d49a
→
a2de36dd
modified bin/commands/inbox/list/ui.rs
@@ -51,7 +51,7 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/list/ui.rs
@@ -49,7 +49,7 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list/rmui.rs
@@ -51,7 +51,7 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -244,7 +244,7 @@ pub struct App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -318,7 +318,7 @@ impl<'a> App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -486,7 +486,7 @@ impl<'a> App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -558,7 +558,7 @@ impl<'a> Show<Message> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -677,7 +677,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -703,10 +703,10 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -835,7 +835,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/test.rs
@@ -118,7 +118,7 @@ pub mod setup {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,14 +301,14 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -368,14 +368,14 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -449,14 +449,14 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/ui/im.rs
@@ -105,7 +105,7 @@ impl<'a, R, const W: usize> Browser<'a, R, W> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/ui/items.rs
@@ -1037,7 +1037,7 @@ impl ToTree<String> for CommentItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1252,7 +1252,7 @@ pub struct HunkItem<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1299,7 +1299,7 @@ impl<'a> From<(&Repository, &Review, &HunkDiff)> for HunkItem<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1736,7 +1736,7 @@ impl<'a> HunkItem<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/im/widget.rs
@@ -255,7 +255,7 @@ impl<'a> Label<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -380,7 +380,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -515,16 +515,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -565,7 +563,7 @@ impl<'a, R, const W: usize> HeaderedTable<'a, R, W> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -608,7 +606,7 @@ impl<'a> Columns<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -667,7 +665,7 @@ impl<'a> Bar<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -773,7 +771,7 @@ impl<'a> TextView<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -893,7 +891,7 @@ impl<'a> CenteredTextView<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1024,7 +1022,7 @@ impl<'a> TextEdit<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1130,7 +1128,7 @@ impl<'a> TextEdit<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget.rs
@@ -245,7 +245,7 @@ pub trait View {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget/container.rs
@@ -44,7 +44,7 @@ impl<'a> HeaderProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +71,7 @@ impl<S, M> Default for Header<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,7 +169,7 @@ impl<'a> FooterProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -220,7 +220,7 @@ impl<'a, S, M> Footer<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget/input.rs
@@ -335,7 +335,7 @@ pub struct TextAreaProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -392,7 +392,7 @@ pub struct TextArea<'a, S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -402,7 +402,7 @@ impl<'a, S, M> Default for TextArea<'a, S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -663,7 +663,7 @@ impl<'a> TextViewProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget/list.rs
@@ -34,7 +34,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm/widget/window.rs
@@ -54,9 +54,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|