diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-11-17 11:46:13 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-11-17 11:46:13 -0800 |
| commit | adc79e2f448d50b4d0dfd7b7c10a36711959b384 (patch) | |
| tree | 71ae88122a3d00e182add97ca732c966e74233ed /src/comp/syntax/parse/parser.rs | |
| parent | a92699fe585f1f02a300d69620c0a098b1e12d9c (diff) | |
| download | rust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.tar.gz rust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.zip | |
remove compile-command from local variable blocks
Diffstat (limited to 'src/comp/syntax/parse/parser.rs')
| -rw-r--r-- | src/comp/syntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index 3b2ba62ca93..794750ca61b 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -2613,6 +2613,5 @@ fn parse_crate_from_file(input: str, cfg: ast::crate_cfg, sess: parse_sess) -> // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // |
