diff --git a/crates/ra_db/src/lib.rs b/crates/ra_db/src/lib.rs index 0aca6f343b..78f2cbf12b 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;