Skip to content

Commit

Permalink
Fix clippy lint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgw committed Oct 31, 2024
1 parent f196cae commit 1533a66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(arbitrary_self_types)]
#![feature(arbitrary_self_types_pointers)]
#![allow(clippy::needless_return)] // tokio macro-generated code doesn't respect this

use anyhow::Result;
use turbo_tasks::Vc;
Expand Down

0 comments on commit 1533a66

Please sign in to comment.