diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2013-09-02 02:50:59 +0200 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2013-09-02 02:51:21 +0200 |
| commit | 857f8673206fd2d8803e02c68cdeb38e26b95df0 (patch) | |
| tree | 7cfb11be2843774595371087f2829d0e2e830fe2 /src/librustpkg | |
| parent | 1f4aba8cbf7caa3a82b52b6f171221ed6067eed5 (diff) | |
Renamed syntax::ast::ident -> Ident
Diffstat (limited to 'src/librustpkg')
| -rw-r--r-- | src/librustpkg/util.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustpkg/util.rs b/src/librustpkg/util.rs index 98c499900a2..1b06f78abb9 100644 --- a/src/librustpkg/util.rs +++ b/src/librustpkg/util.rs @@ -54,14 +54,14 @@ pub fn is_cmd(cmd: &str) -> bool { struct ListenerFn { cmds: ~[~str], span: codemap::Span, - path: ~[ast::ident] + path: ~[ast::Ident] } struct ReadyCtx { sess: session::Session, crate: @ast::Crate, ext_cx: @ExtCtxt, - path: ~[ast::ident], + path: ~[ast::Ident], fns: ~[ListenerFn] } |
