From 8d49c098a56098345aa7c42cefff0d425d44c05d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 25 Dec 2018 13:36:39 +0300 Subject: cancelled is not Copy --- crates/ra_db/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_db/src/lib.rs') diff --git a/crates/ra_db/src/lib.rs b/crates/ra_db/src/lib.rs index 0aca6f343..78f2cbf12 100644 --- a/crates/ra_db/src/lib.rs +++ b/crates/ra_db/src/lib.rs @@ -8,7 +8,7 @@ use std::sync::Arc; use ra_editor::LineIndex; use ra_syntax::{TextUnit, SourceFileNode}; -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)] +#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)] pub struct Canceled; pub type Cancelable = Result; -- cgit v1.2.3