summaryrefslogtreecommitdiff
path: root/examples/misc/src/main.rs
diff options
context:
space:
mode:
authorSon Ho2022-02-09 02:01:49 +0100
committerSon Ho2022-02-09 02:01:49 +0100
commit85c4f981d7c7328810b8b76b00c617803e2e0f17 (patch)
tree7b3f66aea2a85d0ac0f967ea89358bed13530417 /examples/misc/src/main.rs
parent5c9019003187f14797ba4d4514fec1cf2ac03d65 (diff)
Remove the hashmap example (which was moved to Charon)
Diffstat (limited to '')
-rw-r--r--examples/misc/src/main.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/misc/src/main.rs b/examples/misc/src/main.rs
deleted file mode 100644
index 4a984052..00000000
--- a/examples/misc/src/main.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-mod hashmap;
-
-use hashmap::HashMap;
-
-fn main() {}