Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/cargo-zerocopy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// cargo-zerocopy ci audit # checks all typed CI inputs and plans
// cargo-zerocopy ci plan --event <event> # prints selected CI work
// cargo-zerocopy ci explain --event <event> # explains included and excluded work
// cargo-zerocopy ci github-plan [...] # writes checked Actions matrices
Comment thread
joshlf marked this conversation as resolved.
//
// The meta-toolchain "all" instructs this script to run the provided command
// once for each "major" toolchain (msrv, stable, nightly). This does not
Expand Down Expand Up @@ -583,6 +584,7 @@ fn print_usage() {
eprintln!(" {} ci audit", name);
eprintln!(" {} ci plan --event <event>", name);
eprintln!(" {} ci explain --event <event>", name);
eprintln!(" {} ci github-plan --event <event> --github-output <path> --artifact <path>", name);
}

fn main() {
Expand Down
Loading