mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Fixed typos in log::warn!
message
This commit is contained in:
parent
21f8239ac8
commit
23f05aa1ad
1 changed files with 1 additions and 5 deletions
|
@ -179,11 +179,7 @@ fn expand_repeat(
|
||||||
|
|
||||||
counter += 1;
|
counter += 1;
|
||||||
if counter == limit {
|
if counter == limit {
|
||||||
log::warn!(
|
log::warn!("expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}", template, ctx);
|
||||||
"expand_tt excced in repeat pattern exceed limit => {:#?}\n{:#?}",
|
|
||||||
template,
|
|
||||||
ctx
|
|
||||||
);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue