mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Migrate to edition 2021
This commit is contained in:
parent
6aeeb4ef33
commit
1294bfce86
56 changed files with 48 additions and 71 deletions
|
@ -267,7 +267,6 @@ mod windows_paths {
|
|||
#[cfg(test)]
|
||||
fn vfs(str: &str) -> super::VfsPath {
|
||||
use super::{AbsPathBuf, VfsPath};
|
||||
use std::convert::TryFrom;
|
||||
VfsPath::from(AbsPathBuf::try_from(str).unwrap())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue