78 |
#[allow(clippy::field_reassign_with_default)]
|
79 |
let mut head = {
|
5 |
#[allow(clippy::field_reassign_with_default)]
|
6 |
fn main_with_args<I, T>(args: I) -> i32
|
288 |
#[test]
|
289 |
#[allow(clippy::field_reassign_with_default)]
|
290 |
fn test_1254670392_avg_uvfits_no_correct_norfi() {
|
26 |
impl Realm {
|
27 |
#[allow(clippy::field_reassign_with_default)]
|
28 |
pub fn create() -> Self {
|
25 |
/// Create a new build from manifest path
|
26 |
#[allow(clippy::field_reassign_with_default)]
|
27 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
26 |
/// Create a new run from manifest path
|
27 |
#[allow(clippy::field_reassign_with_default)]
|
28 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
25 |
/// Create a new build from manifest path
|
26 |
#[allow(clippy::field_reassign_with_default)]
|
27 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
26 |
/// Create a new test from manifest path
|
27 |
#[allow(clippy::field_reassign_with_default)]
|
28 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
31 |
/// Create a new build from manifest path
|
32 |
#[allow(clippy::field_reassign_with_default)]
|
33 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
29 |
/// Create a new check from manifest path
|
30 |
#[allow(clippy::field_reassign_with_default)]
|
31 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
29 |
/// Create a new run from manifest path
|
30 |
#[allow(clippy::field_reassign_with_default)]
|
31 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
30 |
/// Create a new run from manifest path
|
31 |
#[allow(clippy::field_reassign_with_default)]
|
32 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
31 |
/// Create a new build from manifest path
|
32 |
#[allow(clippy::field_reassign_with_default)]
|
33 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
30 |
/// Create a new test from manifest path
|
31 |
#[allow(clippy::field_reassign_with_default)]
|
32 |
pub fn new(manifest_path: Option<PathBuf>) -> Self {
|
144 |
#[test]
|
145 |
#[allow(clippy::field_reassign_with_default)]
|
146 |
fn file_without_comment_patch() {
|
173 |
#[test]
|
174 |
#[allow(clippy::field_reassign_with_default)]
|
175 |
fn file_with_comment_patch() {
|
230 |
#[test]
|
231 |
#[allow(clippy::field_reassign_with_default)]
|
232 |
fn file_with_comment_nolf_patch() {
|
29 |
#[allow(clippy::needless_lifetimes)]
|
30 |
#[allow(clippy::field_reassign_with_default)]
|
31 |
pub async fn dezoom_image<'a>(input: &str, expected: &'a str) -> Result<TmpFile<'a>, ZoomError> {
|
112 |
#[allow(clippy::field_reassign_with_default)]
|
113 |
fn init(&mut self, msg: &Value, id: i64) -> ELSResult<()> {
|
3728 |
#[test]
|
3729 |
#[allow(clippy::field_reassign_with_default)]
|
3730 |
fn test_supermajority_root_from_vote_accounts() {
|
4213 |
#[should_panic(expected = "bins.is_power_of_two()")]
|
4214 |
#[allow(clippy::field_reassign_with_default)]
|
4215 |
fn test_illegal_bins() {
|
948 |
#[test]
|
949 |
#[allow(clippy::field_reassign_with_default)]
|
950 |
fn next_nonempty() {
|
971 |
#[test]
|
972 |
#[allow(clippy::field_reassign_with_default)]
|
973 |
fn previous_nonempty() {
|
104 |
#[allow(clippy::field_reassign_with_default)] // it's more clear this way
|
105 |
fn until(
|
151 |
#[allow(clippy::field_reassign_with_default)]
|
152 |
fn until(
|
173 |
#[allow(clippy::field_reassign_with_default)]
|
174 |
fn until(
|
111 |
#[allow(clippy::field_reassign_with_default)] // it's more clear this way
|
112 |
fn until(
|
171 |
#[allow(clippy::field_reassign_with_default)]
|
172 |
fn until(
|
177 |
#[allow(clippy::field_reassign_with_default)]
|
178 |
fn until(
|
149 |
#[allow(clippy::field_reassign_with_default)]
|
150 |
fn until(
|
148 |
/// or when obtaining the terminal window size.
|
149 |
#[allow(clippy::field_reassign_with_default)] // False positive : https://github.com/rust-lang/rust-clippy/issues/6312
|
150 |
pub fn new(config: Config) -> Result<Self, Error> {
|
304 |
// https://github.com/rust-lang/rust-clippy/issues/6559
|
305 |
#[allow(clippy::field_reassign_with_default)]
|
306 |
fn gen_auth_cert(config: &KubeletConfig) -> anyhow::Result<Certificate> {
|
327 |
// https://github.com/rust-lang/rust-clippy/issues/6559
|
328 |
#[allow(clippy::field_reassign_with_default)]
|
329 |
fn gen_tls_cert(config: &KubeletConfig) -> anyhow::Result<Certificate> {
|
355 |
/// ```
|
356 |
#[allow(clippy::field_reassign_with_default)]
|
357 |
pub fn read_from<R: Read>(mut read: R, format: &Format) -> Result<Point> {
|
70 |
/// ```
|
71 |
#[allow(clippy::field_reassign_with_default)]
|
72 |
pub fn read_from<R: Read>(mut read: R, extended: bool) -> Result<Vlr> {
|
16 |
#[allow(clippy::field_reassign_with_default)]
|
17 |
static REDACTED_ERROR_MESSAGE: Lazy<Vec<SubgraphError>> = Lazy::new(|| {
|
1064 |
#[allow(clippy::field_reassign_with_default)]
|
1065 |
fn create_full_test_tag(version: ID3v2Version) -> ID3v2Tag {
|
50 |
let mut filter = Xor8::<H>::default();
|
51 |
#[allow(clippy::field_reassign_with_default)]
|
52 |
{
|
1824 |
#[test]
|
1825 |
#[allow(clippy::field_reassign_with_default)]
|
1826 |
fn test_validate_head_created() {
|
661 |
/// Returns the default options with a specific tolerance.
|
662 |
#[allow(clippy::field_reassign_with_default)]
|
663 |
pub fn with_tolerance(tolerance: f64) -> Self {
|
669 |
/// Creates a propagator with the provided max step, and sets the initial step to that value as well.
|
670 |
#[allow(clippy::field_reassign_with_default)]
|
671 |
pub fn with_max_step(max_step: Duration) -> Self {
|
201 |
#[cfg(feature = "wasm_collector_client")]
|
202 |
#[allow(clippy::field_reassign_with_default)] // make sure when collector_cilent and wasm_collector_client are both set. We will create a wasm type client
|
203 |
pub fn new_wasm_collector_pipeline() -> CollectorPipeline {
|
23 |
#[allow(clippy::field_reassign_with_default)] // False positive, might be fixed 1.51
|
24 |
#[cfg_attr(target_os = "android", ndk_glue::main)]
|
28 |
#[test]
|
29 |
#[allow(clippy::field_reassign_with_default)]
|
30 |
fn test_opml_construction_2() -> Result<(), Box<dyn Error>> {
|
242 |
/// **NOTE:** Not meant to be overridden.
|
243 |
#[allow(clippy::field_reassign_with_default)]
|
244 |
fn generate(&self, api: &ResolvableApi<Self::Definition>) -> Result<(), Error> {
|
61 |
/// Returns default server configuration along with its certificate.
|
62 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
63 |
fn configure_server() -> anyhow::Result<(ServerConfig, Vec<u8>)> {
|
151 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
152 |
fn configure_server() -> Result<ServerConfig, Box<dyn Error>> {
|
169 |
#[allow(unused)]
|
170 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
171 |
pub fn gen_certificates() -> Result<(), Box<dyn Error>> {
|
76 |
impl Context {
|
77 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
78 |
fn new() -> Self {
|
51 |
/// Returns default server configuration along with its certificate.
|
52 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
53 |
fn configure_server() -> Result<(ServerConfig, Vec<u8>), Box<dyn Error>> {
|
62 |
#[tokio::main]
|
63 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
64 |
async fn run(options: Opt) -> Result<()> {
|
432 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
433 |
#[test]
|
274 |
#[allow(clippy::field_reassign_with_default)]
|
275 |
#[cfg(feature = "builder")]
|
3426 |
#[test]
|
3427 |
#[allow(clippy::field_reassign_with_default)]
|
3428 |
fn test_supermajority_root_from_vote_accounts() {
|
4231 |
#[should_panic(expected = "bins.is_power_of_two()")]
|
4232 |
#[allow(clippy::field_reassign_with_default)]
|
4233 |
fn test_illegal_bins() {
|
55 |
/// Returns default server configuration along with its PEM certificate chain.
|
56 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
57 |
pub(crate) fn configure_server(
|
752 |
#[allow(clippy::too_many_arguments)]
|
753 |
#[allow(clippy::field_reassign_with_default)]
|
754 |
pub fn with_functions(
|
3986 |
#[test]
|
3987 |
#[allow(clippy::field_reassign_with_default)]
|
3988 |
fn test_supermajority_root_from_vote_accounts() {
|
4231 |
#[should_panic(expected = "bins.is_power_of_two()")]
|
4232 |
#[allow(clippy::field_reassign_with_default)]
|
4233 |
fn test_illegal_bins() {
|
55 |
/// Returns default server configuration along with its PEM certificate chain.
|
56 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
57 |
pub(crate) fn configure_server(
|
122 |
#[allow(clippy::field_reassign_with_default)]
|
123 |
fn main() {
|
839 |
// Clippy false positive because DeviceCapabilities is non-exhaustive
|
840 |
#[allow(clippy::field_reassign_with_default)]
|
841 |
fn capabilities(&self) -> DeviceCapabilities {
|
141 |
#[allow(clippy::field_reassign_with_default)]
|
142 |
fn reader_config_from_html_selectors(
|
113 |
#[allow(clippy::field_reassign_with_default)]
|
114 |
pub(crate) fn command(
|
209 |
#[allow(clippy::field_reassign_with_default)]
|
210 |
/// Run the fsn_sdf command
|
28 |
/// ```
|
29 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
30 |
pub fn new(name_server_name: &str, message_len: usize) -> HttpsResult<Request<()>> {
|
4259 |
#[should_panic(expected = "bins.is_power_of_two()")]
|
4260 |
#[allow(clippy::field_reassign_with_default)]
|
4261 |
fn test_illegal_bins() {
|
55 |
/// Returns default server configuration along with its PEM certificate chain.
|
56 |
#[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
|
57 |
pub(crate) fn configure_server(
|
5 |
#[allow(clippy::field_reassign_with_default)]
|
6 |
pub(crate) fn exec<T: DBRoot, P: Printer>(
|
3 |
#![recursion_limit = "192"]
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
37 |
*/
|
38 |
#![allow(clippy::field_reassign_with_default)]
|
39 |
use std::{env, fmt, fmt::Debug};
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
8 |
#![allow(clippy::field_reassign_with_default)]
|
44 |
)]
|
45 |
#![allow(clippy::field_reassign_with_default, clippy::unnecessary_wraps)]
|
46 |
// The `error_chain` documentation says we need this.
|
3 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
// TODO - remove once schemars stops causing warning.
|
3 |
#![allow(clippy::field_reassign_with_default)]
|
10 |
// TODO - remove once schemars stops causing warning.
|
11 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
// TODO - remove once schemars stops causing warning.
|
3 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
7 |
// TODO - remove once schemars stops causing warning.
|
8 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// TODO - remove once schemars stops causing warning.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
// TODO - remove once schemars stops causing warning.
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
23 |
*/
|
24 |
#![allow(clippy::field_reassign_with_default)]
|
25 |
use std::env;
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
#![allow(clippy::field_reassign_with_default, clippy::too_many_arguments)]
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
use schemars::JsonSchema;
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
25 |
// fields. I don't think this warning is worthwhile.
|
26 |
#![allow(clippy::field_reassign_with_default)]
|
27 |
// Allow functions that can't fail to return `Result`. These could be simplified
|
215 |
//! * Secret Sharing uses Shamir Secret sharing over GF256
|
216 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// This option gives what looks like false warnings on `JsonSchema` derive fields.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
5 |
#![feature(proc_macro_hygiene, decl_macro)]
|
3 |
// This option gives what looks like false warnings on `JsonSchema` derive fields.
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
5 |
// Enable at some point in the future
|
5 |
#![allow(clippy::unnecessary_wraps)]
|
6 |
#![allow(clippy::field_reassign_with_default)]
|
7 |
#![allow(dead_code)]
|
23 |
//! [`ensogl::AttributeScopeData`] to learn more.
|
24 |
#![allow(clippy::field_reassign_with_default)]
|
4 |
// same time. And reassignment can be optimized by compiler.
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
4 |
// same time. And reassignment can be optimized by compiler.
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
487 |
// same time. And reassignment can be optimized by compiler.
|
488 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
clippy::too_many_arguments,
|
3 |
clippy::field_reassign_with_default,
|
4 |
clippy::never_loop,
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
use anyhow::{anyhow, Result};
|
23 |
*/
|
24 |
#![allow(clippy::field_reassign_with_default)]
|
25 |
use std::env;
|
1 |
#![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
|
1 |
#![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
|
1 |
#![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
|
32 |
#![allow(clippy::collapsible_if)]
|
33 |
#![allow(clippy::field_reassign_with_default)]
|
34 |
#![allow(clippy::manual_range_contains)]
|
53 |
// Silence clippy warning inside JsonSchema derived code
|
54 |
#![allow(clippy::field_reassign_with_default)]
|
55 |
// Silence naming until we move to 0.1.0
|
87 |
clippy::derivable_impls,
|
88 |
clippy::field_reassign_with_default,
|
89 |
clippy::vec_init_then_push
|
81 |
#![allow(clippy::bool_to_int_with_if)]
|
82 |
#![allow(clippy::field_reassign_with_default)]
|
83 |
#![allow(clippy::len_without_is_empty)]
|
1 |
#![allow(clippy::from_str_radix_10)]
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
28 |
//! ```
|
29 |
#![allow(clippy::field_reassign_with_default)]
|
30 |
use config::PrivatEmailConfig;
|
4 |
// same time. And reassignment can be optimized by compiler.
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
4 |
// same time. And reassignment can be optimized by compiler.
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
487 |
// same time. And reassignment can be optimized by compiler.
|
488 |
#![allow(clippy::field_reassign_with_default)]
|
4 |
// same time. And reassignment can be optimized by compiler.
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
// FIXME: Workaround for https://github.com/GREsau/schemars/pull/65
|
4 |
#![allow(clippy::field_reassign_with_default)]
|
29 |
// FIXME: Workaround for https://github.com/GREsau/schemars/pull/65
|
30 |
#![allow(clippy::field_reassign_with_default)]
|
43 |
clippy::upper_case_acronyms,
|
44 |
clippy::field_reassign_with_default,
|
45 |
clippy::manual_non_exhaustive
|
1 |
#![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
|
1 |
#![allow(unused_imports, dead_code, unused_variables, unused_mut, unused_macros)]
|
2 |
#![allow(clippy::field_reassign_with_default)]
|
3 |
use proc_macro::TokenStream;
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
2 |
use anyhow::{anyhow, Result};
|
25 |
*/
|
26 |
#![allow(clippy::field_reassign_with_default)]
|
27 |
use std::{
|
23 |
*/
|
24 |
#![allow(clippy::field_reassign_with_default)]
|
25 |
use std::env;
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
1 |
#![allow(clippy::field_reassign_with_default)]
|
44 |
#![allow(clippy::collapsible_else_if)]
|
45 |
#![allow(clippy::field_reassign_with_default)]
|
46 |
#![allow(clippy::upper_case_acronyms)]
|
7 |
#![allow(clippy::extra_unused_lifetimes)]
|
8 |
#![allow(clippy::field_reassign_with_default)]
|
4 |
#![allow(clippy::type_complexity)]
|
5 |
#![allow(clippy::field_reassign_with_default)]
|
6 |
#![allow(clippy::upper_case_acronyms)]
|
13 |
// limitations under the License.
|
14 |
#![allow(clippy::field_reassign_with_default)]
|
13 |
// limitations under the License.
|
14 |
#![allow(clippy::field_reassign_with_default)]
|
13 |
// limitations under the License.
|
14 |
#![allow(clippy::field_reassign_with_default)]
|