diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-03-08 05:17:07 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-03-08 05:17:07 +0000 |
| commit | 55b757ee3c0b2898afc8239a1d30853c7c19b689 (patch) | |
| tree | f999ee1d7ce863f17cb4b5b2420631ec96cad02c /src | |
| parent | 865ac89dbd26780e9a39815516c07c6e6148a4bb (diff) | |
| parent | 7e83df40685907ea917813ec5b13fea360bdc070 (diff) | |
| download | rust-55b757ee3c0b2898afc8239a1d30853c7c19b689.tar.gz rust-55b757ee3c0b2898afc8239a1d30853c7c19b689.zip | |
Merge from rustc
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index dffa854177b..30beaae34d2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -174,8 +174,13 @@ To allow or deny a lint from the command line you can use <cyan,bold>cargo clipp You can use tool lints to allow or deny lints from your code, e.g.: <yellow,bold>#[allow(clippy::needless_lifetimes)]</> -" - ) + +<green,bold>Manifest Options:</> + <cyan,bold>--manifest-path</> <cyan><<PATH>></> Path to Cargo.toml + <cyan,bold>--frozen</> Require Cargo.lock and cache are up to date + <cyan,bold>--locked</> Require Cargo.lock is up to date + <cyan,bold>--offline</> Run without accessing the network +") } #[cfg(test)] mod tests { |
