Skip to content

Commit 2e582b2

Browse files
committed
Add comment
1 parent 8096ce3 commit 2e582b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

erdpy/projects/project_rust.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def perform_build(self):
3131
meta = self.has_meta()
3232
try:
3333
if meta:
34+
# The meta crate allows contract developers to add extra
35+
# preparation steps before building.
3436
self.run_meta()
3537
self.run_cargo()
3638

0 commit comments

Comments
 (0)