Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove struct cfg_attr
  • Loading branch information
ShaharNaveh committed Feb 27, 2026
commit b9831d3bbe396eed5c1070f1d9932de106af6b5a
1 change: 0 additions & 1 deletion crates/vm/src/stdlib/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ pub(super) mod _os {
}
}

#[cfg_attr(target_env = "musl", allow(deprecated))]
#[derive(Debug, FromArgs)]
#[pystruct_sequence_data]
struct StatResultData {
Expand Down
Loading