Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f6f6bb0

Browse files
committed
remove cfg bootstrap from library tree
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 64afccf commit f6f6bb0

File tree

1 file changed

+0
-8
lines changed
  • library/core/src/fmt

1 file changed

+0
-8
lines changed

library/core/src/fmt/rt.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ pub struct Placeholder {
1616
pub width: Count,
1717
}
1818

19-
#[cfg(bootstrap)]
20-
impl Placeholder {
21-
#[inline]
22-
pub const fn new(position: usize, flags: u32, precision: Count, width: Count) -> Self {
23-
Self { position, flags, precision, width }
24-
}
25-
}
26-
2719
/// Used by [width](https://doc.rust-lang.org/std/fmt/#width)
2820
/// and [precision](https://doc.rust-lang.org/std/fmt/#precision) specifiers.
2921
#[lang = "format_count"]

0 commit comments

Comments
 (0)