auto merge of #2045 : Manishearth/servo/pub-struct-2044, r=SimonSapin

See #2044
This commit is contained in:
bors-servo 2014-04-09 10:40:26 -04:00
commit d7f450dbd7
12 changed files with 19 additions and 19 deletions

View file

@ -50,7 +50,7 @@ pub struct JSFile {
url: Url
}
type JSResult = ~[JSFile];
pub type JSResult = ~[JSFile];
enum CSSMessage {
CSSTaskNewFile(StylesheetProvenance),