diff options
Diffstat (limited to 'crates/ra_db/src/cancellation.rs')
-rw-r--r-- | crates/ra_db/src/cancellation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_db/src/cancellation.rs b/crates/ra_db/src/cancellation.rs index 439080075..7420a1976 100644 --- a/crates/ra_db/src/cancellation.rs +++ b/crates/ra_db/src/cancellation.rs | |||
@@ -15,7 +15,7 @@ | |||
15 | //! any background processing (this bit is handled by salsa, see the | 15 | //! any background processing (this bit is handled by salsa, see the |
16 | //! `BaseDatabase::check_canceled` method). | 16 | //! `BaseDatabase::check_canceled` method). |
17 | 17 | ||
18 | /// An "error" signifing that the operation was canceled. | 18 | /// An "error" signifying that the operation was canceled. |
19 | #[derive(Clone, PartialEq, Eq, Hash)] | 19 | #[derive(Clone, PartialEq, Eq, Hash)] |
20 | pub struct Canceled { | 20 | pub struct Canceled { |
21 | _private: (), | 21 | _private: (), |