diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 15:37:37 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 16:00:30 -0700 |
| commit | 6854265161fa2ee23fca58cc1bcfad183c4b3730 (patch) | |
| tree | b4701f727ef4e8c4bba2a32e3df92d3b0d1a716f /src/libsyntax | |
| parent | bfbb7197d71a6ba48904e06e694bb53810825cf4 (diff) | |
| download | rust-6854265161fa2ee23fca58cc1bcfad183c4b3730.tar.gz rust-6854265161fa2ee23fca58cc1bcfad183c4b3730.zip | |
Remove comment that is now false
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast_util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs index ab24d7a5316..31ddcfafa2d 100644 --- a/src/libsyntax/ast_util.rs +++ b/src/libsyntax/ast_util.rs @@ -233,7 +233,6 @@ fn is_exported(i: ident, m: _mod) -> bool { } } - // FIXME: glob-exports aren't supported yet. (#2006) _ => () } } |
