Skip to content

Commit 284b059

Browse files
committed
reduce error by removing unused deserialize derive
1 parent 753d302 commit 284b059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ impl fmt::Display for Profile {
245245
///
246246
/// These are usually reported to users in a "flipped" way. For example,
247247
/// `Cache::Empty` means we're doing a "full" build. We present this to users as "full".
248-
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize)]
248+
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, serde::Serialize)]
249249
#[serde(tag = "variant", content = "name")]
250250
pub enum Scenario {
251251
/// Empty cache (i.e., full build)

0 commit comments

Comments
 (0)