mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Merge pull request #6333 from roc-lang/rust-1-72-upgrade
Rust 1.72 upgrade
This commit is contained in:
commit
1c62a41fad
16 changed files with 35 additions and 75 deletions
|
@ -1,3 +1,6 @@
|
|||
#![allow(clippy::redundant_closure_call)]
|
||||
//|> clippy false positive: https://github.com/rust-lang/rust-clippy/issues/1553
|
||||
|
||||
use crate::generic64::{storage::StorageManager, Assembler, CallConv, RegTrait};
|
||||
use crate::{
|
||||
pointer_layouts, single_register_floats, single_register_int_builtins,
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#![allow(clippy::redundant_closure_call)]
|
||||
//|> clippy false positive: https://github.com/rust-lang/rust-clippy/issues/1553
|
||||
|
||||
pub fn merge_instructions_without_line_numbers(instructions: capstone::Instructions) -> String {
|
||||
instructions
|
||||
.iter()
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#![allow(clippy::redundant_closure_call)]
|
||||
//|> clippy false positive: https://github.com/rust-lang/rust-clippy/issues/1553
|
||||
|
||||
use crate::generic64::{storage::StorageManager, Assembler, CallConv, RegTrait};
|
||||
use crate::{
|
||||
pointer_layouts, single_register_floats, single_register_int_builtins,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue