rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
516 stars 237 forks source link

fix clippy slow_vector_initialization #618

Open klensy opened 2 months ago

klensy commented 2 months ago

Should be smaller code size

klensy commented 2 months ago

Ahh, this should affect #[cfg(any(target_arch = "x86", target_arch = "arm"))] only.

klensy commented 2 months ago

Why CI ignores changes in workflow? idk. Looks like it uses workflow from master.

github-actions[bot] commented 1 month ago

Code size changes for a hello-world Rust program linked with libstd with backtrace:

On platform windows-latest:

workingjubilee commented 1 month ago

@klensy apparently needs imports?