mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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;
|
||||
if counter == limit {
|
||||
log::warn!(
|
||||
"expand_tt excced in repeat pattern exceed limit => {:#?}\n{:#?}",
|
||||
template,
|
||||
ctx
|
||||
);
|
||||
log::warn!("expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}", template, ctx);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue