Skip to content

Commit 23f05aa

Browse files
committed
Fixed typos in log::warn! message
1 parent 21f8239 commit 23f05aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/mbe/src/mbe_expander/transcriber.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,7 @@ fn expand_repeat(
179179

180180
counter += 1;
181181
if counter == limit {
182-
log::warn!(
183-
"expand_tt excced in repeat pattern exceed limit => {:#?}\n{:#?}",
184-
template,
185-
ctx
186-
);
182+
log::warn!("expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}", template, ctx);
187183
break;
188184
}
189185

0 commit comments

Comments
 (0)