Skip to content

Commit ff0ca24

Browse files
committed
Bless nightly-2025-06-24 output
1 parent 7c52e05 commit ff0ca24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2025-06-24

cargo-public-api/tests/snapshots/cargo_public_api_bin_tests__comprehensive_api.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub comprehensive_api::attributes::NonExhaustive::MoreToCome
1515
pub comprehensive_api::attributes::C::b: bool
1616
pub struct comprehensive_api::attributes::ReprRust
1717
pub comprehensive_api::attributes::ReprRust::b: bool
18-
#[no_mangle] #[link_section = ".custom"] pub static comprehensive_api::attributes::NO_MANGLE_WITH_CUSTOM_LINK_SECTION: usize
18+
#[link_section = ".custom"] #[no_mangle] pub static comprehensive_api::attributes::NO_MANGLE_WITH_CUSTOM_LINK_SECTION: usize
1919
#[export_name = "something_arbitrary"] pub fn comprehensive_api::attributes::export_name()
2020
pub fn comprehensive_api::attributes::must_use() -> usize
2121
pub mod comprehensive_api::constants

public-api/tests/snapshots/public_api_lib_tests__comprehensive_api.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub comprehensive_api::attributes::NonExhaustive::MoreToCome
1515
pub comprehensive_api::attributes::C::b: bool
1616
pub struct comprehensive_api::attributes::ReprRust
1717
pub comprehensive_api::attributes::ReprRust::b: bool
18-
#[no_mangle] #[link_section = ".custom"] pub static comprehensive_api::attributes::NO_MANGLE_WITH_CUSTOM_LINK_SECTION: usize
18+
#[link_section = ".custom"] #[no_mangle] pub static comprehensive_api::attributes::NO_MANGLE_WITH_CUSTOM_LINK_SECTION: usize
1919
#[export_name = "something_arbitrary"] pub fn comprehensive_api::attributes::export_name()
2020
pub fn comprehensive_api::attributes::must_use() -> usize
2121
pub mod comprehensive_api::constants

0 commit comments

Comments
 (0)