Skip to content

Commit

Permalink
sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 28, 2025
1 parent cb08599 commit e66bf08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

#[cfg_attr(
any(
target_os = "linux",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
target_os = "illumos",
target_os = "linux",
target_os = "netbsd",
target_os = "openbsd",
target_os = "dragonfly",
target_os = "illumos",
target_os = "haiku"
),
link_section = ".init_array"
)]
Expand Down

0 comments on commit e66bf08

Please sign in to comment.