| LOW | deny.toml | 1 | # Note that all fields that take a lint level have these possible values: |
| LOW | deny.toml | 21 | # The triple can be any string, but only the target triples built in to |
| LOW | deny.toml | 41 | # If true, metadata will be collected with `--no-default-features`. The same |
| LOW | deny.toml | 61 | # The path where the advisory databases are cloned/fetched into |
| LOW | deny.toml | 101 | # The confidence threshold for detecting a license from license text. |
| LOW | deny.toml | 121 | expression = "MIT AND ISC AND OpenSSL" |
| LOW | deny.toml | 141 | registries = [ |
| LOW | deny.toml | 161 | # `default` on a crate-by-crate basis if desired. |
| LOW | deny.toml | 181 | # List of features to allow/deny |
| LOW | deny.toml | 201 | # this is set there is no point setting `deny` |
| LOW | clap_derive/src/lib.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/item.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/utils/doc_comments.rs | 1 | //! The preprocessing we apply to doc comments. |
| LOW | clap_derive/src/derives/into_app.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/derives/mod.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/derives/subcommand.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/derives/args.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_derive/src/derives/parser.rs | 1 | // Copyright 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>, |
| LOW | clap_complete/examples/completion-derive.rs | 1 | //! How to use value hints and generate shell completions. |
| LOW | clap_complete/examples/completion.rs | 1 | //! Example to test arguments with different `ValueHint` values. |
| LOW | clap_complete/src/lib.rs | 1 | // Copyright ⓒ 2015-2018 Kevin B. Knapp |
| LOW | clap_complete/src/lib.rs | 21 | //! use std::io; |
| LOW | clap_complete/src/lib.rs | 41 | //! let mut cmd = build_cli(); |
| LOW | clap_complete/src/engine/custom.rs | 21 | /// let Some(current) = current.to_str() else { |
| LOW | clap_complete/src/engine/custom.rs | 61 | |
| LOW | clap_complete/src/engine/custom.rs | 81 | f.write_str(type_name::<Self>()) |
| LOW | clap_complete/src/engine/custom.rs | 121 | } |
| LOW | clap_complete/src/engine/custom.rs | 161 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| LOW | clap_complete/src/aot/mod.rs | 1 | //! Prebuilt completions |
| LOW | clap_complete/src/aot/mod.rs | 21 | //! |
| LOW | clap_complete/src/aot/shells/zsh.rs | 61 | } |
| LOW | clap_complete/src/aot/shells/zsh.rs | 81 | // (( $+functions[_rustup_commands] )) || |
| LOW | clap_complete/src/aot/shells/zsh.rs | 141 | } |
| LOW | clap_complete/src/aot/shells/zsh.rs | 181 | |
| LOW | clap_complete/src/aot/shells/zsh.rs | 201 | // ([name]) |
| LOW | clap_complete/src/aot/shells/zsh.rs | 301 | None |
| LOW | clap_complete/src/aot/shells/zsh.rs | 601 | } |
| LOW | clap_complete/src/aot/shells/shell.rs | 101 | /// Parse a shell from a path to the executable for the shell |
| LOW | clap_complete/src/aot/shells/shell.rs | 121 | /// If SHELL is not set, then on windows, it will default to powershell, and on |
| LOW | clap_complete/src/aot/shells/fish.rs | 81 | // example : |
| LOW | clap_complete/src/aot/generator/mod.rs | 21 | /// # Examples |
| LOW | clap_complete/src/aot/generator/mod.rs | 41 | /// |
| LOW | clap_complete/src/aot/generator/mod.rs | 61 | /// # } |
| LOW | clap_complete/src/aot/generator/mod.rs | 81 | /// use std::{io::{Error, Write}, fmt::write}; |
| LOW | clap_complete/src/aot/generator/mod.rs | 101 | Ok(()) |
| LOW | clap_complete/src/aot/generator/mod.rs | 121 | /// First, it helps if we separate out our `Command` definition into a separate file. Whether you |
| LOW | clap_complete/src/aot/generator/mod.rs | 141 | /// In our regular code, we can simply call this `build_cli()` function, then call |
| LOW | clap_complete/src/aot/generator/mod.rs | 161 | /// clap = "*" |
| LOW | clap_complete/src/aot/generator/mod.rs | 181 | /// |
| LOW | clap_complete/src/aot/generator/mod.rs | 201 | /// **NOTE:** Please look at the individual [shells][crate::shells] |
| LOW | clap_complete/src/aot/generator/mod.rs | 261 | /// we can let users generate a completion script using a command: |
| LOW | clap_lex/src/lib.rs | 1 | //! Minimal, flexible command-line parser |
| LOW | clap_lex/src/lib.rs | 21 | //! |
| LOW | clap_lex/src/lib.rs | 41 | //! } |
| LOW | clap_lex/src/lib.rs | 61 | //! while let Some(arg) = raw.next(&mut cursor) { |
| LOW | clap_lex/src/lib.rs | 81 | //! } |
| LOW | clap_lex/src/lib.rs | 101 | //! } else { |
| LOW | clap_lex/src/lib.rs | 141 | /// |
| LOW | clap_lex/src/lib.rs | 161 | /// ```rust,no_run |
| LOW | clap_lex/src/lib.rs | 361 | |
| 711 more matches not shown… |