Skip to content

Commit

Permalink
Fix typo in bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ytmimi committed Apr 8, 2022
1 parent e4f5b15 commit 1433bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def rustfmt_stamp(self):
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"
Expand Down

0 comments on commit 1433bfd

Please sign in to comment.