mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
Document manifest options
This commit is contained in:
parent
eb300fdad4
commit
c5f819854c
1 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue