chore(deps): bump tui-big-text from 0.4.5 to 0.5.2 #140
check.yml
on: pull_request
check
/
...
/
fmt
18s
check
/
...
/
doc
46s
check
/
...
/
check
45s
Matrix: check / clippy
Annotations
5 errors
mismatched types:
src/components/header.rs#L32
error[E0308]: mismatched types
--> src/components/header.rs:32:13
|
25 | let big_text = match BigText::builder()
| ______________________________-
26 | | .pixel_size(PixelSize::HalfHeight)
27 | | .style(Style::default().fg(self.config.theme.title()))
28 | | .lines(vec!["Ducker".into()])
29 | | .alignment(layout::Alignment::Center)
30 | | .build()
| |____________________- this expression has type `tui_big_text::BigText<'_>`
31 | {
32 | Ok(b) => b,
| ^^^^^ expected `BigText<'_>`, found `Result<_, _>`
|
= note: expected struct `tui_big_text::BigText<'_>`
found enum `std::result::Result<_, _>`
|
check / beta / clippy
Clippy has exited with exit code 101
|
check / 1.78.0 / check
Process completed with exit code 101.
|
mismatched types:
src/components/header.rs#L32
error[E0308]: mismatched types
--> src/components/header.rs:32:13
|
25 | let big_text = match BigText::builder()
| ______________________________-
26 | | .pixel_size(PixelSize::HalfHeight)
27 | | .style(Style::default().fg(self.config.theme.title()))
28 | | .lines(vec!["Ducker".into()])
29 | | .alignment(layout::Alignment::Center)
30 | | .build()
| |____________________- this expression has type `tui_big_text::BigText<'_>`
31 | {
32 | Ok(b) => b,
| ^^^^^ expected `BigText<'_>`, found `Result<_, _>`
|
= note: expected struct `tui_big_text::BigText<'_>`
found enum `std::result::Result<_, _>`
|
check / stable / clippy
Clippy has exited with exit code 101
|