diff options
| author | bendn <bend.n@outlook.com> | 2025-03-31 15:50:56 +0700 |
|---|---|---|
| committer | bendn <bend.n@outlook.com> | 2025-04-24 13:14:36 +0700 |
| commit | 00417de6b8b07af4d4355f69fef5fb7c5e11d893 (patch) | |
| tree | 7b7c2efe009e3b4d719f000bf735d199218e2ebe | |
| parent | d9dac3cb38efdd7afab3c06ddd042d23d94c4f09 (diff) | |
| download | rust-00417de6b8b07af4d4355f69fef5fb7c5e11d893.tar.gz rust-00417de6b8b07af4d4355f69fef5fb7c5e11d893.zip | |
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
| -rw-r--r-- | example/example.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.rs b/example/example.rs index 1ef2aa5dd8e..aeb38331edb 100644 --- a/example/example.rs +++ b/example/example.rs @@ -1,6 +1,6 @@ #![feature(no_core, unboxed_closures)] #![no_core] -#![allow(dead_code)] +#![allow(dead_code, unnecessary_transmutes)] extern crate mini_core; |
