summaryrefslogtreecommitdiff
path: root/src/strategy/mod.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:27:29 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:27:29 +0200
commit088f0aeb23789ace5e9b77e75d5c23f5442e4cdc (patch)
tree9efefffa9ba20fce137c17f4f688ca7f572c9978 /src/strategy/mod.rs
parent9f0838006905fd039c4e0d87a69338f33e75246d (diff)
Added pruning of buying energy buildings behind a feature flag
Diffstat (limited to 'src/strategy/mod.rs')
-rw-r--r--src/strategy/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strategy/mod.rs b/src/strategy/mod.rs
index 9630c48..5b6e779 100644
--- a/src/strategy/mod.rs
+++ b/src/strategy/mod.rs
@@ -1,2 +1 @@
-pub mod sample;
pub mod monte_carlo;