all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -130,7 +130,7 @@ impl ServerCursorTemplate {
|
|||
paths: &[BString],
|
||||
ctx: &Rc<RenderContext>,
|
||||
) -> Result<Self, CursorError> {
|
||||
match open_cursor(name, theme, &scales, sizes, paths) {
|
||||
match open_cursor(name, theme, scales, sizes, paths) {
|
||||
Ok(cs) => {
|
||||
if cs.images.len() == 1 {
|
||||
let mut sizes = SmallMapMut::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue