summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astar.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/astar.rs b/astar.rs
index 2684bda..55d2b81 100644
--- a/astar.rs
+++ b/astar.rs
@@ -1,3 +1,11 @@
+#![allow(unused_attributes)]
+#![allow()] /*
+SRC=${0##*./}
+BIN=${SRC%.*}
+rustc --test -o $BIN.tmp $SRC && ./$BIN.tmp $@ && rm $BIN.tmp
+exit $?
+#*/
+
// ================================================================
//
// Iterative general implementation for