mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Fix some typos
This commit is contained in:
parent
2bd7171399
commit
ef49bbeec4
5 changed files with 7 additions and 7 deletions
|
@ -55,7 +55,7 @@ impl FromStr for SsrRule {
|
|||
let pattern = it.next().expect("at least empty string").trim();
|
||||
let template = it
|
||||
.next()
|
||||
.ok_or_else(|| SsrError("Cannot find delemiter `==>>`".into()))?
|
||||
.ok_or_else(|| SsrError("Cannot find delimiter `==>>`".into()))?
|
||||
.trim()
|
||||
.to_string();
|
||||
if it.next().is_some() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue