diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-16 12:05:02 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-16 12:05:02 +0100 |
| commit | 64bc2352ee5c7570f09e852023179a79fac35493 (patch) | |
| tree | a528640c0337b65687ee061024795b365eddeaf1 | |
| parent | d08d32fa5d47be5563247a706a8dd37e7aa15b3d (diff) | |
| download | rust-64bc2352ee5c7570f09e852023179a79fac35493.tar.gz rust-64bc2352ee5c7570f09e852023179a79fac35493.zip | |
Silence warning
| -rwxr-xr-x | y.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/y.rs b/y.rs index 18528d54297..e412288b938 100755 --- a/y.rs +++ b/y.rs @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#![allow()] /*This line is ignored by bash +#![deny(unsafe_code)] /*This line is ignored by bash # This block is ignored by rustc set -e echo "[BUILD] y.rs" 1>&2 |
