1
Fork 0

rustdoc: Use the parsing method that supports .rc files

This commit is contained in:
Brian Anderson 2012-01-16 18:28:35 -08:00
parent 645035a715
commit a0ed75bc49

View file

@ -16,7 +16,7 @@ fn new_parse_sess() -> parser::parse_sess {
}
fn from_file(file: str) -> @ast::crate {
parser::parse_crate_from_source_file(
parser::parse_crate_from_file(
file, [], new_parse_sess())
}