librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting

This commit is contained in:
Patrick Walton 2013-01-30 14:10:03 -08:00
parent d73bf62952
commit 83ced67d0b
19 changed files with 213 additions and 256 deletions

View file

@ -31,9 +31,7 @@ use procsrv;
use util;
use util::logv;
export run;
fn run(config: config, testfile: ~str) {
pub fn run(config: config, testfile: ~str) {
if config.verbose {
// We're going to be dumping a lot of info. Start on a new line.
io::stdout().write_str(~"\n\n");