Skip to content

Commit

Permalink
track_caller on async is a no-op see issue #87417 <rust-lang/rust#87417
Browse files Browse the repository at this point in the history
…> for more information
  • Loading branch information
fredr committed Mar 7, 2023
1 parent 80dcbda commit e95c89e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/process/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ async fn no_description_none_required_pr_actions() {
async fn review_not_required_if_label_not_configured() {
use ReviewState::{Approved, ChangesRequested, Commented};

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

0 comments on commit e95c89e

Please sign in to comment.