commit | 0c9301a21e69e61bccf66c954f0cde321b3ccfb2 | [log] [tgz] |
---|---|---|
author | Sam Leffler <sleffler@google.com> | Wed Dec 11 14:17:53 2024 -0800 |
committer | Sam Leffler <sleffler@google.com> | Wed Dec 11 14:17:53 2024 -0800 |
tree | 2f4f5561e7f37374a554995f7ab212de59db6e26 | |
parent | c8860d3a94587740d66fb5e31fd8033b971c2209 [diff] |
Eliminate compiler/lint warning introduced by futures hack. Change-Id: I280fdd97bf9f46c880cd34eb2e88a8abac96c489
diff --git a/core/src/entry_point/start_item_riscv32.rs b/core/src/entry_point/start_item_riscv32.rs index 3538530..6c3f917 100644 --- a/core/src/entry_point/start_item_riscv32.rs +++ b/core/src/entry_point/start_item_riscv32.rs
@@ -3,7 +3,6 @@ #[doc(hidden)] #[naked] #[no_mangle] -#[allow(named_asm_labels)] #[link_section = ".start"] // The args for this function are: // app_start: usize,