Skip to content

Commit e95c89e

Browse files
committed
track_caller on async is a no-op see issue #87417 <rust-lang/rust#87417> for more information
1 parent 80dcbda commit e95c89e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/process/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ async fn no_description_none_required_pr_actions() {
221221
async fn review_not_required_if_label_not_configured() {
222222
use ReviewState::{Approved, ChangesRequested, Commented};
223223

224-
#[track_caller]
225224
async fn assert_approved(approved: bool, cases: Vec<Review>) {
226225
let (pr, client, mut config) = make_context();
227226
config.reviewed_label = None;

0 commit comments

Comments
 (0)