diff options
author | Pascal Hertleif <[email protected]> | 2019-02-11 16:18:27 +0000 |
---|---|---|
committer | Pascal Hertleif <[email protected]> | 2019-02-12 14:02:57 +0000 |
commit | 4fd361343449bcdf7af4642851dc5dbf772f1a68 (patch) | |
tree | eacf6870c6fab537d787bc2764901028ce595f0a /crates/ra_project_model/src | |
parent | a36e310229f13d6959d6ce95c99b659700cefc9a (diff) |
Fix some typos
Diffstat (limited to 'crates/ra_project_model/src')
-rw-r--r-- | crates/ra_project_model/src/cargo_workspace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_project_model/src/cargo_workspace.rs b/crates/ra_project_model/src/cargo_workspace.rs index 8adf463a6..5866be519 100644 --- a/crates/ra_project_model/src/cargo_workspace.rs +++ b/crates/ra_project_model/src/cargo_workspace.rs | |||
@@ -12,7 +12,7 @@ use crate::Result; | |||
12 | /// | 12 | /// |
13 | /// Note that internally, rust analyzer uses a different structure: | 13 | /// Note that internally, rust analyzer uses a different structure: |
14 | /// `CrateGraph`. `CrateGraph` is lower-level: it knows only about the crates, | 14 | /// `CrateGraph`. `CrateGraph` is lower-level: it knows only about the crates, |
15 | /// while this knows about `Pacakges` & `Targets`: purely cargo-related | 15 | /// while this knows about `Packages` & `Targets`: purely cargo-related |
16 | /// concepts. | 16 | /// concepts. |
17 | #[derive(Debug, Clone)] | 17 | #[derive(Debug, Clone)] |
18 | pub struct CargoWorkspace { | 18 | pub struct CargoWorkspace { |