Move Edition into span crate

This commit is contained in:
Lukas Wirth 2024-03-19 16:53:34 +01:00
parent 8d74705b43
commit 255a8aef92
21 changed files with 103 additions and 101 deletions

View file

@ -49,11 +49,12 @@
//! user explores them belongs to that extension (it's totally valid to change
//! rust-project.json over time via configuration request!)
use base_db::{CrateDisplayName, CrateId, CrateName, Dependency, Edition};
use base_db::{CrateDisplayName, CrateId, CrateName, Dependency};
use la_arena::RawIdx;
use paths::{AbsPath, AbsPathBuf, Utf8PathBuf};
use rustc_hash::FxHashMap;
use serde::{de, Deserialize};
use span::Edition;
use crate::cfg_flag::CfgFlag;