We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e17d8f commit bcf4375Copy full SHA for bcf4375
src/string.rs
@@ -646,6 +646,7 @@ impl<const N: usize> Ord for String<N> {
646
/// in this case.
647
///
648
/// [`format!`]: crate::format!
649
+#[doc(hidden)]
650
pub fn format<const N: usize>(args: Arguments<'_>) -> Result<String<N>, fmt::Error> {
651
fn format_inner<const N: usize>(args: Arguments<'_>) -> Result<String<N>, fmt::Error> {
652
let mut output = String::new();
0 commit comments