bootstrap: Describe build_steps::toolstate
This commit is contained in:
parent
2042616134
commit
35ed725cd2
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
//! Toolstate checks to keep tools building
|
||||
//!
|
||||
//! Reachable via `./x.py test` but mostly relevant for CI, since it isn't run locally by default.
|
||||
|
||||
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
|
||||
use crate::utils::helpers::t;
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue