Skip to content

Commit b9fb374

Browse files
Fix lint
1 parent c2be0be commit b9fb374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/subcommands/list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub async fn curseforge(curseforge: Arc<Furse>, project_id: i32) -> Result<()> {
5454
Ok(())
5555
}
5656

57+
#[allow(clippy::unused_async)]
5758
pub async fn modrinth(project: Project, team_members: Vec<TeamMember>) -> Result<()> {
5859
println!(
5960
"

0 commit comments

Comments
 (0)