diff options
Diffstat (limited to 'src/expand/format_args.cpp')
-rw-r--r-- | src/expand/format_args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/format_args.cpp b/src/expand/format_args.cpp index 6f9ea9ec..dacef203 100644 --- a/src/expand/format_args.cpp +++ b/src/expand/format_args.cpp @@ -43,7 +43,7 @@ namespace { unsigned int arg_index; const char* trait_name; - // TODO: Support case where this hasn't been edited + // TODO: Support case where this hasn't been edited (telling the formatter that it has nothing to apply) FmtArgs args; }; |