summaryrefslogtreecommitdiff
path: root/src/expand/format_args.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-06-08 12:46:24 +0800
committerJohn Hodge <tpg@mutabah.net>2016-06-08 12:46:24 +0800
commit5961266133f5e0cbcd57403021086c788d732ec1 (patch)
tree7a1233503921e6f9ed0e71dd0b3ada0196b19441 /src/expand/format_args.cpp
parent40071822728499b9028400ddac3cd32fb884b2a0 (diff)
downloadmrust-5961266133f5e0cbcd57403021086c788d732ec1.tar.gz
Commenting
Diffstat (limited to 'src/expand/format_args.cpp')
-rw-r--r--src/expand/format_args.cpp2
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;
};