diff options
author | John Hodge <tpg@mutabah.net> | 2016-06-08 12:46:24 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-06-08 12:46:24 +0800 |
commit | 5961266133f5e0cbcd57403021086c788d732ec1 (patch) | |
tree | 7a1233503921e6f9ed0e71dd0b3ada0196b19441 /src/expand/format_args.cpp | |
parent | 40071822728499b9028400ddac3cd32fb884b2a0 (diff) | |
download | mrust-5961266133f5e0cbcd57403021086c788d732ec1.tar.gz |
Commenting
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; }; |