Skip to content

Commit 8e4409c

Browse files
authored
Merge pull request #18870 from Veykril/push-vnpsptpolyol
Drop unnecessary tracing::warn
2 parents 21faec1 + b039d3f commit 8e4409c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/rust-analyzer/crates/mbe/src/expander/transcriber.rs

-5
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,6 @@ fn expand_repeat(
462462

463463
counter += 1;
464464
if counter == limit {
465-
tracing::warn!(
466-
"expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}",
467-
template,
468-
ctx
469-
);
470465
err = Some(ExpandError::new(ctx.call_site, ExpandErrorKind::LimitExceeded));
471466
break;
472467
}

0 commit comments

Comments
 (0)