Skip to content

Commit bcf4375

Browse files
committed
string::format: hide docs
1 parent 5e17d8f commit bcf4375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/string.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ impl<const N: usize> Ord for String<N> {
646646
/// in this case.
647647
///
648648
/// [`format!`]: crate::format!
649+
#[doc(hidden)]
649650
pub fn format<const N: usize>(args: Arguments<'_>) -> Result<String<N>, fmt::Error> {
650651
fn format_inner<const N: usize>(args: Arguments<'_>) -> Result<String<N>, fmt::Error> {
651652
let mut output = String::new();

0 commit comments

Comments
 (0)