diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-29 16:18:59 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-29 19:26:55 -0800 |
| commit | 0aef28dd6d6d61f8cbdebb0e07c41279bf48bd0f (patch) | |
| tree | a1c0dc3e7ab4a2231a590132750d7026d100ba35 /src/libsyntax | |
| parent | ad3506bd1e6d0b3fe686dfc5ae26010a10af6e05 (diff) | |
| download | rust-0aef28dd6d6d61f8cbdebb0e07c41279bf48bd0f.tar.gz rust-0aef28dd6d6d61f8cbdebb0e07c41279bf48bd0f.zip | |
De-capitalize "note" to get rid of spurious tidy warnings
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/fmt.rs b/src/libsyntax/ext/fmt.rs index 845d26f77cb..d967912221d 100644 --- a/src/libsyntax/ext/fmt.rs +++ b/src/libsyntax/ext/fmt.rs @@ -50,7 +50,7 @@ pub fn expand_syntax_ext(cx: ext_ctxt, sp: span, tts: ~[ast::token_tree]) // FIXME (#2249): A lot of these functions for producing expressions can // probably be factored out in common with other code that builds // expressions. Also: Cleanup the naming of these functions. -// NOTE: Moved many of the common ones to build.rs --kevina +// Note: Moved many of the common ones to build.rs --kevina fn pieces_to_expr(cx: ext_ctxt, sp: span, pieces: ~[Piece], args: ~[@ast::expr]) -> @ast::expr { |
