Fix typo in bootstrap.py
This commit is contained in:
parent
e4f5b15b88
commit
1433bfd745
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue