summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xastar.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/astar.rs b/astar.rs
index 1742dbf..9e847d5 100755
--- a/astar.rs
+++ b/astar.rs
@@ -1,4 +1,5 @@
-#[allow(non_camel_case_types)] /*
+#[allow(unused_attributes)]
+#[allow()] /*
#/ ================================================================
#/
#/ astar.rs
@@ -20,6 +21,7 @@ rustc --test -o $BIN.tmp $SRC && ./$BIN.tmp $@ && rm $BIN.tmp
exit $? # */
// ================================================================
+#[allow(non_camel_case_types)]
mod astar_internal {
use std::{ops::Add, fmt::Debug};