aboutsummaryrefslogtreecommitdiff
path: root/crates/cfg
diff options
context:
space:
mode:
authorvsrs <[email protected]>2021-02-27 14:59:52 +0000
committervsrs <[email protected]>2021-02-27 15:00:17 +0000
commit5d23d8bc299b718e7f026a7e6c1363dde3342817 (patch)
tree2307bfa224d8b18706b27e1d2756c177872624ac /crates/cfg
parenta8cf346b972b5e79a3b18de5a7f71e49a228be7c (diff)
Add runnables::related_tests
Diffstat (limited to 'crates/cfg')
-rw-r--r--crates/cfg/src/cfg_expr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cfg/src/cfg_expr.rs b/crates/cfg/src/cfg_expr.rs
index 42327f1e1..069fc01d0 100644
--- a/crates/cfg/src/cfg_expr.rs
+++ b/crates/cfg/src/cfg_expr.rs
@@ -49,7 +49,7 @@ impl fmt::Display for CfgAtom {
49 } 49 }
50} 50}
51 51
52#[derive(Debug, Clone, PartialEq, Eq)] 52#[derive(Debug, Clone, PartialEq, Eq, Hash)]
53pub enum CfgExpr { 53pub enum CfgExpr {
54 Invalid, 54 Invalid,
55 Atom(CfgAtom), 55 Atom(CfgAtom),