Skip to content

Commit 35b73e4

Browse files
committed
nit
1 parent 285f7d6 commit 35b73e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/util/formatter.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
/// A specialization of std::formatter for Formattable objects. This header
2424
/// is separate from iceberg/util/formattable.h so that the latter (which is
2525
/// meant to be included widely) does not leak <format> unnecessarily into
26-
/// other headers.
26+
/// other headers. You must include this header to format a Formattable.
2727

2828
#include <concepts>
2929
#include <format>
30-
#include <string>
3130
#include <string_view>
3231

3332
#include "iceberg/util/formattable.h"

0 commit comments

Comments
 (0)