Skip to content

Commit 102752a

Browse files
committed
Update docs
1 parent a6cd72c commit 102752a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ time formatting and [`fmt/std.h`](#std-api) for other standard library types.
7979

8080
There are two ways to make a user-defined type formattable: providing a
8181
`format_as` function or specializing the `formatter` struct template.
82-
Formatting of non-void pointer types is intentionally disallowed and they
83-
cannot be made formattable via either extension API.
8482

8583
Use `format_as` if you want to make your type formattable as some other
8684
type with the same format specifiers. The `format_as` function should

0 commit comments

Comments
 (0)