mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
vscode: add dat semicolon
This commit is contained in:
parent
3ad0574d7e
commit
e7bf99e6fd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ assert.eq = <T>(bibba: unknown, bobba: T, explanation: string): asserts bibba is
|
|||
log.error(`Equality assertion failed:`, explanation);
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
export const log = {
|
||||
|
|
Loading…
Reference in a new issue