diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2022-04-08 10:41:00 -0400 |
|---|---|---|
| committer | Yacin Tmimi <yacin@unified.com> | 2022-04-08 16:47:34 -0400 |
| commit | 1433bfd74594919f38583a51822389d598a2c07f (patch) | |
| tree | a472a4f0f05a02f951168918eb74ea663e85a529 | |
| parent | e4f5b15b8832334eca2c0bd3929eb3969f1d166d (diff) | |
| download | rust-1433bfd74594919f38583a51822389d598a2c07f.tar.gz rust-1433bfd74594919f38583a51822389d598a2c07f.zip | |
Fix typo in bootstrap.py
| -rw-r--r-- | src/bootstrap/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 0b6bdf47419..81c239b6213 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -812,7 +812,7 @@ class RustBuild(object): return os.path.join(self.bin_root(True), '.rustfmt-stamp') def llvm_stamp(self): - """Return the path for .rustfmt-stamp + """Return the path for .llvm-stamp >>> rb = RustBuild() >>> rb.build_dir = "build" |
