bootstrap: Describe build_steps::run

This commit is contained in:
Jubilee Young 2024-04-21 13:32:46 -07:00
parent a2fa934927
commit 2042616134

View File

@ -1,3 +1,8 @@
//! Build-and-run steps for in-repo tools
//!
//! A bit of a hodge-podge as e.g. if a tool's a test fixture it should be in `build_steps::test`.
//! If it can be reached from `./x.py run` it can go here.
use std::path::PathBuf;
use std::process::Command;