Skip to content

Commit

Permalink
missed two
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Nov 18, 2023
1 parent 2f61e61 commit be16d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hot_reload/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ impl<'a> DevSession<'a> {
"{} '{}' does not exist! Can't upload log.",
ColorfulTheme::default().error_prefix,
style(latest_log_path.to_string_lossy()).dim()
)
);
});
}
}
Expand Down
1 change: 1 addition & 0 deletions src/interop/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ impl<'a> MarkdownAPI<'a> {
Ok(table)
}

#[allow(clippy::too_many_lines)]
pub async fn fetch_downloadable_info(
&self,
dl: &Downloadable,
Expand Down

0 comments on commit be16d86

Please sign in to comment.