mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Typos
This commit is contained in:
parent
5b255b4e6b
commit
aaef88db0e
2 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ mod tests {
|
|||
use crate::mock_analysis::{single_file, MockAnalysis};
|
||||
|
||||
#[test]
|
||||
fn te3st_highlighting() {
|
||||
fn test_highlighting() {
|
||||
let (analysis, file_id) = single_file(
|
||||
r#"
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue