Skip to content

Commit 64bc235

Browse files
committed
Silence warning
1 parent d08d32f commit 64bc235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

y.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
#![allow()] /*This line is ignored by bash
2+
#![deny(unsafe_code)] /*This line is ignored by bash
33
# This block is ignored by rustc
44
set -e
55
echo "[BUILD] y.rs" 1>&2

0 commit comments

Comments
 (0)