Update repo location

This commit is contained in:
Brian Anderson 2014-06-16 16:07:34 -07:00 committed by Alex Crichton
parent e1971dd35a
commit f4ae8a83f9
21 changed files with 65 additions and 65 deletions

View file

@ -977,7 +977,7 @@ pub enum ViewItem_ {
// ident: name used to refer to this crate in the code
// optional (InternedString,StrStyle): if present, this is a location
// (containing arbitrary characters) from which to fetch the crate sources
// For example, extern crate whatever = "github.com/mozilla/rust"
// For example, extern crate whatever = "github.com/rust-lang/rust"
ViewItemExternCrate(Ident, Option<(InternedString,StrStyle)>, NodeId),
ViewItemUse(Gc<ViewPath>),
}