• awc 3.1.0/src/ws.rs
    78
            #[allow(clippy::field_reassign_with_default)]
    79
            let mut head = {
  • birli 0.8.0/src/main.rs
    5
    #[allow(clippy::field_reassign_with_default)]
    6
    fn main_with_args<I, T>(args: I) -> i32
  • birli 0.8.0/src/preprocessing.rs
    288
        #[test]
    289
        #[allow(clippy::field_reassign_with_default)]
    290
        fn test_1254670392_avg_uvfits_no_correct_norfi() {
  • Boa 0.13.1/src/realm.rs
    26
    impl Realm {
    27
        #[allow(clippy::field_reassign_with_default)]
    28
        pub fn create() -> Self {
  • cargo-xwin 0.13.7/src/build.rs
    25
        /// Create a new build from manifest path
    26
        #[allow(clippy::field_reassign_with_default)]
    27
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-xwin 0.13.7/src/run.rs
    26
        /// Create a new run from manifest path
    27
        #[allow(clippy::field_reassign_with_default)]
    28
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-xwin 0.13.7/src/rustc.rs
    25
        /// Create a new build from manifest path
    26
        #[allow(clippy::field_reassign_with_default)]
    27
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-xwin 0.13.7/src/test.rs
    26
        /// Create a new test from manifest path
    27
        #[allow(clippy::field_reassign_with_default)]
    28
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/build.rs
    31
        /// Create a new build from manifest path
    32
        #[allow(clippy::field_reassign_with_default)]
    33
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/check.rs
    29
        /// Create a new check from manifest path
    30
        #[allow(clippy::field_reassign_with_default)]
    31
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/clippy.rs
    29
        /// Create a new run from manifest path
    30
        #[allow(clippy::field_reassign_with_default)]
    31
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/run.rs
    30
        /// Create a new run from manifest path
    31
        #[allow(clippy::field_reassign_with_default)]
    32
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/rustc.rs
    31
        /// Create a new build from manifest path
    32
        #[allow(clippy::field_reassign_with_default)]
    33
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • cargo-zigbuild 0.15.0/src/test.rs
    30
        /// Create a new test from manifest path
    31
        #[allow(clippy::field_reassign_with_default)]
    32
        pub fn new(manifest_path: Option<PathBuf>) -> Self {
  • dab 0.2.0/src/module.rs
    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() {
  • dezoomify-rs 2.9.4/tests/local_dezoomifying.rs
    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> {
  • els 0.1.15/server.rs
    112
        #[allow(clippy::field_reassign_with_default)]
    113
        fn init(&mut self, msg: &Value, id: i64) -> ELSResult<()> {
  • gemachain-ledger 1.8.0/src/blockstore_processor.rs
    3728
        #[test]
    3729
        #[allow(clippy::field_reassign_with_default)]
    3730
        fn test_supermajority_root_from_vote_accounts() {
  • gemachain-runtime 1.8.2/src/accounts_index.rs
    4213
        #[should_panic(expected = "bins.is_power_of_two()")]
    4214
        #[allow(clippy::field_reassign_with_default)]
    4215
        fn test_illegal_bins() {
  • gstat 0.1.2/src/main.rs
    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() {
  • icu_calendar 1.1.0/src/buddhist.rs
    104
        #[allow(clippy::field_reassign_with_default)] // it's more clear this way
    105
        fn until(
  • icu_calendar 1.1.0/src/coptic.rs
    151
        #[allow(clippy::field_reassign_with_default)]
    152
        fn until(
  • icu_calendar 1.1.0/src/ethiopian.rs
    173
        #[allow(clippy::field_reassign_with_default)]
    174
        fn until(
  • icu_calendar 1.1.0/src/gregorian.rs
    111
        #[allow(clippy::field_reassign_with_default)] // it's more clear this way
    112
        fn until(
  • icu_calendar 1.1.0/src/indian.rs
    171
        #[allow(clippy::field_reassign_with_default)]
    172
        fn until(
  • icu_calendar 1.1.0/src/iso.rs
    177
        #[allow(clippy::field_reassign_with_default)]
    178
        fn until(
  • icu_calendar 1.1.0/src/julian.rs
    149
        #[allow(clippy::field_reassign_with_default)]
    150
        fn until(
  • kibi 0.2.2/src/editor.rs
    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> {
  • kubelet 1.0.0-alpha.1/src/bootstrapping/mod.rs
    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> {
  • las 0.8.0/src/raw/point.rs
    355
        /// ```
    356
        #[allow(clippy::field_reassign_with_default)]
    357
        pub fn read_from<R: Read>(mut read: R, format: &Format) -> Result<Point> {
  • las 0.8.0/src/raw/vlr.rs
    70
        /// ```
    71
        #[allow(clippy::field_reassign_with_default)]
    72
        pub fn read_from<R: Read>(mut read: R, extended: bool) -> Result<Vlr> {
  • lets-see-if-this-builds-on-docs-rs 0.0.2/src/plugins/include_subgraph_errors.rs
    16
    #[allow(clippy::field_reassign_with_default)]
    17
    static REDACTED_ERROR_MESSAGE: Lazy<Vec<SubgraphError>> = Lazy::new(|| {
  • lofty 0.11.0/src/id3/v2/tag.rs
    1064
    	#[allow(clippy::field_reassign_with_default)]
    1065
    	fn create_full_test_tag(version: ID3v2Version) -> ID3v2Tag {
  • mkit 0.4.0/src/xorfilter.rs
    50
            let mut filter = Xor8::<H>::default();
    51
            #[allow(clippy::field_reassign_with_default)]
    52
            {
  • norad 0.8.0/src/fontinfo.rs
    1824
        #[test]
    1825
        #[allow(clippy::field_reassign_with_default)]
    1826
        fn test_validate_head_created() {
  • nyx-space 1.1.1/src/propagators/propagator.rs
    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 {
  • opentelemetry-jaeger 0.17.0/src/exporter/config/collector/mod.rs
    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 {
  • openxr 0.17.1/examples/vulkan.rs
    23
    #[allow(clippy::field_reassign_with_default)] // False positive, might be fixed 1.51
    24
    #[cfg_attr(target_os = "android", ndk_glue::main)]
  • opml 1.1.5/tests/construction.rs
    28
    #[test]
    29
    #[allow(clippy::field_reassign_with_default)]
    30
    fn test_opml_construction_2() -> Result<(), Box<dyn Error>> {
  • paperclip 0.8.0/src/v2/codegen/emitter.rs
    242
        /// **NOTE:** Not meant to be overridden.
    243
        #[allow(clippy::field_reassign_with_default)]
    244
        fn generate(&self, api: &ResolvableApi<Self::Definition>) -> Result<(), Error> {
  • quic-rpc 0.3.2/tests/quinn.rs
    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>)> {
  • quic-socket 0.7.7/src/lib.rs
    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>> {
  • quinn 0.9.3/benches/bench.rs
    76
    impl Context {
    77
        #[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
    78
        fn new() -> Self {
  • quinn 0.9.3/examples/common/mod.rs
    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>> {
  • quinn 0.9.3/examples/server.rs
    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<()> {
  • quinn-proto 0.9.2/src/tests/mod.rs
    432
    #[allow(clippy::field_reassign_with_default)] // https://github.com/rust-lang/rust-clippy/issues/6527
    433
    #[test]
  • rusty_interaction 0.2.3/src/types/components.rs
    274
    #[allow(clippy::field_reassign_with_default)]
    275
    #[cfg(feature = "builder")]
  • safecoin-ledger 1.6.16/src/blockstore_processor.rs
    3426
        #[test]
    3427
        #[allow(clippy::field_reassign_with_default)]
    3428
        fn test_supermajority_root_from_vote_accounts() {
  • safecoin-runtime 1.14.3/src/accounts_index.rs
    4231
        #[should_panic(expected = "bins.is_power_of_two()")]
    4232
        #[allow(clippy::field_reassign_with_default)]
    4233
        fn test_illegal_bins() {
  • safecoin-streamer 1.14.3/src/quic.rs
    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(
  • siderunner 0.2.0/src/playground_test.rs
    752
                #[allow(clippy::too_many_arguments)]
    753
                #[allow(clippy::field_reassign_with_default)]
    754
                pub fn with_functions(
  • solana-ledger 1.14.13/src/blockstore_processor.rs
    3986
        #[test]
    3987
        #[allow(clippy::field_reassign_with_default)]
    3988
        fn test_supermajority_root_from_vote_accounts() {
  • solana-runtime 1.14.13/src/accounts_index.rs
    4231
        #[should_panic(expected = "bins.is_power_of_two()")]
    4232
        #[allow(clippy::field_reassign_with_default)]
    4233
        fn test_illegal_bins() {
  • solana-streamer 1.14.13/src/quic.rs
    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(
  • splr 0.17.0/src/bin/dmcr.rs
    122
    #[allow(clippy::field_reassign_with_default)]
    123
    fn main() {
  • stm32h7xx-hal 0.13.1/src/ethernet/eth.rs
    839
        // Clippy false positive because DeviceCapabilities is non-exhaustive
    840
        #[allow(clippy::field_reassign_with_default)]
    841
        fn capabilities(&self) -> DeviceCapabilities {
  • stork-lib 1.6.0/src/index_v3/build/fill_intermediate_entries/word_list_generators/html_word_list_generator.rs
    141
        #[allow(clippy::field_reassign_with_default)]
    142
        fn reader_config_from_html_selectors(
  • toxicblend 0.0.22/src/cmd_bb_sdf.rs
    113
    #[allow(clippy::field_reassign_with_default)]
    114
    pub(crate) fn command(
  • toxicblend 0.0.22/src/cmd_fsn_sdf.rs
    209
    #[allow(clippy::field_reassign_with_default)]
    210
    /// Run the fsn_sdf command
  • trust-dns-proto 0.22.0/src/https/request.rs
    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<()>> {
  • waffles-solana-runtime 1.15.0/src/accounts_index.rs
    4259
        #[should_panic(expected = "bins.is_power_of_two()")]
    4260
        #[allow(clippy::field_reassign_with_default)]
    4261
        fn test_illegal_bins() {
  • waffles-solana-streamer 1.15.0/src/quic.rs
    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(
  • yatt 0.12.0/src/commands/restart.rs
    5
    #[allow(clippy::field_reassign_with_default)]
    6
    pub(crate) fn exec<T: DBRoot, P: Printer>(
  • abi_stable_derive 0.11.0/src/lib.rs
    3
    #![recursion_limit = "192"]
    4
    #![allow(clippy::field_reassign_with_default)]
    5
    #![allow(clippy::derive_partial_eq_without_eq)]
  • airtable-api 0.1.36/src/lib.rs
    37
     */
    38
    #![allow(clippy::field_reassign_with_default)]
    39
    use std::{env, fmt, fmt::Debug};
  • atomicbox 0.4.0/tests/compile_tests.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • bevy_vulkano 0.10.0/src/vulkano_windows.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • blondie 0.3.1/src/lib.rs
    8
    #![allow(clippy::field_reassign_with_default)]
  • cage 0.3.6/src/lib.rs
    44
    )]
    45
    #![allow(clippy::field_reassign_with_default, clippy::unnecessary_wraps)]
    46
    // The `error_chain` documentation says we need this.
  • cage 0.3.6/src/main.rs
    3
    #![allow(clippy::field_reassign_with_default)]
  • casper-execution-engine 2.0.1/src/core/engine_state/executable_deploy_item.rs
    2
    // TODO - remove once schemars stops causing warning.
    3
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/chainspec_loader.rs
    10
    // TODO - remove once schemars stops causing warning.
    11
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/rpc_server/rpcs/account.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/rpc_server/rpcs/chain.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/rpc_server/rpcs/docs.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/rpc_server/rpcs/info.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/components/rpc_server/rpcs/state.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/crypto/asymmetric_key.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/types/block.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/types/chainspec/activation_point.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-node 1.4.8/src/types/chainspec/protocol_config.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/cl_type.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/cl_value.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/contracts.rs
    2
    // TODO - remove once schemars stops causing warning.
    3
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/deploy_info.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/era_id.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/execution_result.rs
    7
    // TODO - remove once schemars stops causing warning.
    8
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/named_key.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/runtime_args.rs
    3
    // TODO - remove once schemars stops causing warning.
    4
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/system/auction/bid/mod.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • casper-types 1.5.0/src/system/auction/bid/vesting.rs
    1
    // TODO - remove once schemars stops causing warning.
    2
    #![allow(clippy::field_reassign_with_default)]
  • checkr 0.0.10/src/lib.rs
    23
     */
    24
    #![allow(clippy::field_reassign_with_default)]
    25
    use std::env;
  • ckb-verification-contextual 0.107.0/src/tests/uncle_verifier.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • credstash 0.9.0/src/lib.rs
    1
    #![allow(clippy::field_reassign_with_default, clippy::too_many_arguments)]
  • cw20-wrapped 0.1.0/src/msg.rs
    1
    #![allow(clippy::field_reassign_with_default)]
    2
    use schemars::JsonSchema;
  • cxx 1.0.88/tests/cxx_gen.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • dbcrossbarlib 0.5.2/src/lib.rs
    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
  • devolutions-crypto 0.8.0/src/lib.rs
    215
    //!  * Secret Sharing uses Shamir Secret sharing over GF256
    216
    #![allow(clippy::field_reassign_with_default)]
  • df_st_api 0.3.0-development-2/src/lib.rs
    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)]
  • df_st_core 0.3.0-development-2/src/lib.rs
    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
  • encrypted-dns 0.9.12/src/main.rs
    5
    #![allow(clippy::unnecessary_wraps)]
    6
    #![allow(clippy::field_reassign_with_default)]
    7
    #![allow(dead_code)]
  • enso-data 0.2.0/src/diet.rs
    23
    //! [`ensogl::AttributeScopeData`] to learn more.
    24
    #![allow(clippy::field_reassign_with_default)]
  • fleetfs_raft 0.6.0/benches/suites/raw_node.rs
    4
    // same time. And reassignment can be optimized by compiler.
    5
    #![allow(clippy::field_reassign_with_default)]
  • fleetfs_raft 0.6.0/examples/five_mem_node/main.rs
    4
    // same time. And reassignment can be optimized by compiler.
    5
    #![allow(clippy::field_reassign_with_default)]
  • fleetfs_raft 0.6.0/src/lib.rs
    487
    // same time. And reassignment can be optimized by compiler.
    488
    #![allow(clippy::field_reassign_with_default)]
  • genemichaels 0.1.17/src/lib.rs
    2
        clippy::too_many_arguments,
    3
        clippy::field_reassign_with_default,
    4
        clippy::never_loop,
  • google-drive 0.5.1/src/traits.rs
    1
    #![allow(clippy::field_reassign_with_default)]
    2
    use anyhow::{anyhow, Result};
  • google-geocode 0.1.5/src/lib.rs
    23
     */
    24
    #![allow(clippy::field_reassign_with_default)]
    25
    use std::env;
  • hermit-toolkit-permit 0.1.0/src/structs.rs
    1
    #![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
  • hmip20 0.1.1/src/msg.rs
    1
    #![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
  • hmip20 0.1.1/src/receiver.rs
    1
    #![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
  • iced-x86 1.18.0/src/lib.rs
    32
    #![allow(clippy::collapsible_if)]
    33
    #![allow(clippy::field_reassign_with_default)]
    34
    #![allow(clippy::manual_range_contains)]
  • minidsp 0.1.4/src/lib.rs
    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
  • minisign 0.7.2/src/lib.rs
    87
        clippy::derivable_impls,
    88
        clippy::field_reassign_with_default,
    89
        clippy::vec_init_then_push
  • modalkit 0.0.10/src/lib.rs
    81
    #![allow(clippy::bool_to_int_with_if)]
    82
    #![allow(clippy::field_reassign_with_default)]
    83
    #![allow(clippy::len_without_is_empty)]
  • phosphorus 2.0.3/src/bin/phosphorus.rs
    1
    #![allow(clippy::from_str_radix_10)]
    2
    #![allow(clippy::field_reassign_with_default)]
  • privatemail 1.1.5/src/lib.rs
    28
    //! ```
    29
    #![allow(clippy::field_reassign_with_default)]
    30
    use config::PrivatEmailConfig;
  • raft 0.6.0/benches/suites/raw_node.rs
    4
    // same time. And reassignment can be optimized by compiler.
    5
    #![allow(clippy::field_reassign_with_default)]
  • raft 0.6.0/examples/five_mem_node/main.rs
    4
    // same time. And reassignment can be optimized by compiler.
    5
    #![allow(clippy::field_reassign_with_default)]
  • raft 0.6.0/src/lib.rs
    487
    // same time. And reassignment can be optimized by compiler.
    488
    #![allow(clippy::field_reassign_with_default)]
  • raft-proto 0.6.0/src/lib.rs
    4
    // same time. And reassignment can be optimized by compiler.
    5
    #![allow(clippy::field_reassign_with_default)]
  • rslint_config 0.2.0/src/lib.rs
    3
    // FIXME: Workaround for https://github.com/GREsau/schemars/pull/65
    4
    #![allow(clippy::field_reassign_with_default)]
  • rslint_core 0.3.0/src/lib.rs
    29
    // FIXME: Workaround for https://github.com/GREsau/schemars/pull/65
    30
    #![allow(clippy::field_reassign_with_default)]
  • rust-tdlib 0.4.1/src/lib.rs
    43
        clippy::upper_case_acronyms,
    44
        clippy::field_reassign_with_default,
    45
        clippy::manual_non_exhaustive
  • secret-toolkit-permit 0.7.0/src/structs.rs
    1
    #![allow(clippy::field_reassign_with_default)] // This is triggered in `#[derive(JsonSchema)]`
  • segsource-derive 0.2.0/src/lib.rs
    1
    #![allow(unused_imports, dead_code, unused_variables, unused_mut, unused_macros)]
    2
    #![allow(clippy::field_reassign_with_default)]
    3
    use proc_macro::TokenStream;
  • sendgrid-api 0.3.1/src/traits.rs
    1
    #![allow(clippy::field_reassign_with_default)]
    2
    use anyhow::{anyhow, Result};
  • shippo 0.1.29/src/lib.rs
    25
     */
    26
    #![allow(clippy::field_reassign_with_default)]
    27
    use std::{
  • tailscale-api 0.1.5/src/lib.rs
    23
     */
    24
    #![allow(clippy::field_reassign_with_default)]
    25
    use std::env;
  • tfc 0.6.2/src/windows/keyboard.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • tfc 0.6.2/src/windows/mouse.rs
    1
    #![allow(clippy::field_reassign_with_default)]
  • ttf-parser 0.18.1/src/lib.rs
    44
    #![allow(clippy::collapsible_else_if)]
    45
    #![allow(clippy::field_reassign_with_default)]
    46
    #![allow(clippy::upper_case_acronyms)]
  • tulipv2-sdk-vaults 0.9.22/src/accounts/mod.rs
    7
    #![allow(clippy::extra_unused_lifetimes)]
    8
    #![allow(clippy::field_reassign_with_default)]
  • yunoss 0.0.1-alpha3/src/lib.rs
    4
    #![allow(clippy::type_complexity)]
    5
    #![allow(clippy::field_reassign_with_default)]
    6
    #![allow(clippy::upper_case_acronyms)]
  • zeptohttpc 0.5.1/examples/print.rs
    13
    // limitations under the License.
    14
    #![allow(clippy::field_reassign_with_default)]
  • zeptohttpc 0.5.1/tests/redirects.rs
    13
    // limitations under the License.
    14
    #![allow(clippy::field_reassign_with_default)]
  • zeptohttpc 0.5.1/tests/timeout.rs
    13
    // limitations under the License.
    14
    #![allow(clippy::field_reassign_with_default)]