mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Replace memmap
to memmap2
in proc_macro_api
This commit is contained in:
parent
a0ec841bfe
commit
27ba1dd8e3
3 changed files with 3 additions and 13 deletions
|
@ -6,7 +6,7 @@ use std::{
|
|||
path::Path,
|
||||
};
|
||||
|
||||
use memmap::Mmap;
|
||||
use memmap2::Mmap;
|
||||
use object::read::{File as BinaryFile, Object, ObjectSection};
|
||||
use snap::read::FrameDecoder as SnapDecoder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue