Rename PkgId to CrateId

This commit is contained in:
Luis de Bethencourt
2013-12-28 12:16:48 -05:00
parent 4bc09713df
commit f872c47278
12 changed files with 100 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ use codemap::{Span, Spanned, spanned, dummy_spanned};
use codemap::BytePos;
use diagnostic::span_handler;
use parse::comments::{doc_comment_style, strip_doc_comment_decoration};
use pkgid::PkgId;
use crateid::CrateId;
use std::hashmap::HashSet;