From d1de2ec36df73e5419fd0b5d38d680f4c1709b36 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 1 Oct 2024 03:39:03 +0200 Subject: More readable script header --- astar.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}; -- cgit v1.2.3