Update repo location
This commit is contained in:
parent
e1971dd35a
commit
f4ae8a83f9
21 changed files with 65 additions and 65 deletions
|
@ -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>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue