diff options
Diffstat (limited to 'crates/ra_project_model')
-rw-r--r-- | crates/ra_project_model/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_project_model/src/lib.rs b/crates/ra_project_model/src/lib.rs index a3af153f1..42156bea6 100644 --- a/crates/ra_project_model/src/lib.rs +++ b/crates/ra_project_model/src/lib.rs | |||
@@ -37,6 +37,7 @@ pub enum ProjectWorkspace { | |||
37 | /// `ProjectRoot` describes a workspace root folder. | 37 | /// `ProjectRoot` describes a workspace root folder. |
38 | /// Which may be an external dependency, or a member of | 38 | /// Which may be an external dependency, or a member of |
39 | /// the current workspace. | 39 | /// the current workspace. |
40 | #[derive(Clone)] | ||
40 | pub struct ProjectRoot { | 41 | pub struct ProjectRoot { |
41 | /// Path to the root folder | 42 | /// Path to the root folder |
42 | path: PathBuf, | 43 | path: PathBuf, |