• aleo-wasm 0.3.3/src/record/record_ciphertext.rs
    36
        /// Return the record ciphertext string.
    37
        #[allow(clippy::inherent_to_string)]
    38
        #[wasm_bindgen(js_name = toString)]
  • aleo-wasm 0.3.3/src/record/record_plaintext.rs
    35
        /// Returns the record plaintext string
    36
        #[allow(clippy::inherent_to_string)]
    37
        #[wasm_bindgen(js_name = toString)]
  • ckb-sdk 2.4.0/src/types/address.rs
    547
            #[allow(clippy::inherent_to_string)]
    548
            #[deprecated(
  • color-eyre 0.6.2/src/section/github.rs
    137
        // `&self` shared reference via the Display trait
    138
        #[allow(clippy::inherent_to_string, clippy::wrong_self_convention)]
    139
        fn to_string(self) -> String {
  • cosmian_cover_crypt 9.0.0/src/interfaces/pyo3/py_abe_policy.rs
    47
        ///     str
    48
        #[allow(clippy::inherent_to_string)]
    49
        pub fn to_string(&self) -> String {
    159
        ///     str
    160
        #[allow(clippy::inherent_to_string)]
    161
        pub fn to_string(&self) -> String {
  • dryoc 0.4.3/src/pwhash.rs
    340
        #[cfg_attr(all(feature = "nightly", doc), doc(cfg(feature = "base64")))]
    341
        #[allow(clippy::inherent_to_string)]
    342
        pub fn to_string(&self) -> String {
  • ergo-lib-wasm 0.22.0/src/wallet/derivation_path.rs
    62
        #[wasm_bindgen(js_name = toString)]
    63
        #[allow(clippy::inherent_to_string)]
    64
        pub fn to_string(&self) -> String {
  • fuzzcheck 0.12.1/src/mutators/grammar/ast.rs
    40
        /// Converts the AST to its `String` representation
    41
        #[allow(clippy::inherent_to_string)]
    42
        #[no_coverage]
  • jomini 0.21.0/src/json/mod.rs
    275
        /// Output JSON to a string
    276
        #[allow(clippy::inherent_to_string)]
    277
        pub fn to_string(self) -> String {
    325
        /// Output JSON to a string
    326
        #[allow(clippy::inherent_to_string)]
    327
        pub fn to_string(self) -> String {
    375
        /// Output JSON to a string
    376
        #[allow(clippy::inherent_to_string)]
    377
        pub fn to_string(self) -> String {
  • kvstructs 0.1.1/src/value.rs
    433
        #[inline]
    434
        #[allow(clippy::inherent_to_string)]
    435
        pub fn to_string(&self) -> String {
  • minifier 0.2.2/src/js/utils.rs
    33
        #[allow(clippy::inherent_to_string)]
    34
        pub(crate) fn to_string(&self) -> String {
  • minisign 0.7.2/src/signature_box.rs
    130
        /// Return a `SignatureBox` for a string, for storage.
    131
        #[allow(clippy::inherent_to_string)]
    132
        pub fn to_string(&self) -> String {
  • nt_native 0.1.2/src/nt_string.rs
    47
        #[allow(clippy::inherent_to_string)]
    48
        pub fn to_string(&self) -> crate::String {
  • nu_plugin_plot 0.74.0/src/color_plot/textplots/mod.rs
    223
        #[allow(clippy::inherent_to_string)]
    224
        pub fn to_string(&mut self) -> String {
  • oracle 0.5.7/src/lib.rs
    171
    impl OdpiStr {
    172
        #[allow(clippy::inherent_to_string)]
    173
        pub fn to_string(&self) -> String {
  • pdf 0.8.0/src/parser/lexer/mod.rs
    381
        #[allow(clippy::inherent_to_string)]
    382
        pub fn to_string(&self) -> String {
  • piet-svg 0.6.2/src/lib.rs
    690
        // TODO allowing clippy warning temporarily. But this should be changed to impl Display
    691
        #[allow(clippy::inherent_to_string)]
    692
        fn to_string(self) -> String {
  • rpki 0.15.9/src/slurm.rs
    58
        /// Returns a string with the compact JSON representation.
    59
        #[allow(clippy::inherent_to_string)]
    60
        pub fn to_string(&self) -> String {
  • serenity 0.11.5/src/utils/message_builder.rs
    1080
        #[allow(clippy::inherent_to_string)]
    1081
        #[must_use]
  • svgwriter 0.1.0/src/graphic.rs
    30
    	#[allow(clippy::inherent_to_string)]
    31
    	pub fn to_string(&self) -> String {
  • three_em_cli 0.2.0/node.rs
    26
      #[allow(clippy::inherent_to_string)]
    27
      pub fn to_string(&self) -> String {
  • tomsg-rs 0.6.0/src/command.rs
    63
    impl<'a> Command<'a> {
    64
        #[allow(clippy::inherent_to_string)]
    65
        pub(super) fn to_string(&self) -> String {
  • umbral-pre 0.8.1/src/bindings_wasm.rs
    119
        #[allow(clippy::inherent_to_string)]
    120
        #[wasm_bindgen(js_name = toString)]
    165
        #[allow(clippy::inherent_to_string)]
    166
        #[wasm_bindgen(js_name = toString)]
    191
        #[allow(clippy::inherent_to_string)]
    192
        #[wasm_bindgen(js_name = toString)]
    222
        #[allow(clippy::inherent_to_string)]
    223
        #[wasm_bindgen(js_name = toString)]
    255
        #[allow(clippy::inherent_to_string)]
    256
        #[wasm_bindgen(js_name = toString)]
  • wlambda 0.8.1/src/parser/state.rs
    220
    #[allow(clippy::inherent_to_string)]
    221
    impl<'a> StrPart<'a> {
  • cxx 1.0.88/src/lib.rs
    380
        clippy::empty_enum,
    381
        clippy::inherent_to_string,
    382
        clippy::items_after_statements,
  • cxx-build 1.0.88/src/lib.rs
    56
        clippy::if_same_then_else,
    57
        clippy::inherent_to_string,
    58
        clippy::items_after_statements,
  • cxx-gen 0.7.88/src/lib.rs
    17
        clippy::if_same_then_else,
    18
        clippy::inherent_to_string,
    19
        clippy::items_after_statements,
  • cxxbridge-cmd 1.0.88/src/main.rs
    7
        clippy::if_same_then_else,
    8
        clippy::inherent_to_string,
    9
        clippy::items_after_statements,
  • cxxbridge-macro 1.0.88/src/lib.rs
    7
        clippy::if_same_then_else,
    8
        clippy::inherent_to_string,
    9
        clippy::items_after_statements,
  • hatter 0.1.4/src/lib.rs
    18
    #![allow(clippy::new_without_default)]
    19
    #![allow(clippy::inherent_to_string)]
  • iced 0.7.0/src/lib.rs
    164
    #![forbid(rust_2018_idioms, unsafe_code)]
    165
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    166
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_audio 0.10.0/src/lib.rs
    208
        clippy::needless_doctest_main,
    209
        clippy::inherent_to_string,
    210
        clippy::type_complexity
  • iced_core 0.7.0/src/lib.rs
    25
    #![forbid(unsafe_code, rust_2018_idioms)]
    26
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    27
    pub mod alignment;
  • iced_futures 0.5.1/src/lib.rs
    17
    #![forbid(unsafe_code, rust_2018_idioms)]
    18
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    19
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_glow 0.6.0/src/lib.rs
    20
    #![forbid(rust_2018_idioms)]
    21
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    22
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_glutin 0.6.0/src/lib.rs
    21
    #![forbid(rust_2018_idioms)]
    22
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    23
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_graphics 0.6.0/src/lib.rs
    21
    #![forbid(rust_2018_idioms)]
    22
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    23
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_lazy 0.4.0/src/lib.rs
    15
        clippy::await_holding_refcell_ref,
    16
        clippy::inherent_to_string,
    17
        clippy::type_complexity
  • iced_native 0.8.0/src/lib.rs
    44
    #![forbid(unsafe_code, rust_2018_idioms)]
    45
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    46
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_style 0.6.0/src/lib.rs
    19
    #![forbid(unsafe_code, rust_2018_idioms)]
    20
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    21
    pub use iced_core::{Background, Color};
  • iced_wgpu 0.8.0/src/lib.rs
    37
    #![forbid(rust_2018_idioms)]
    38
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    39
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • iced_winit 0.7.0/src/lib.rs
    30
    #![forbid(rust_2018_idioms, unsafe_code)]
    31
    #![allow(clippy::inherent_to_string, clippy::type_complexity)]
    32
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • minisign 0.7.2/src/lib.rs
    84
    #![allow(
    85
        clippy::inherent_to_string,
    86
        clippy::wrong_self_convention,
  • proxy-dll 0.2.5/src/lib.rs
    42
    #![forbid(rust_2018_idioms)]
    43
    #![allow(clippy::inherent_to_string, clippy::type_complexity, improper_ctypes)]
    44
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • proxy-sys 0.2.2/src/lib.rs
    30
    #![forbid(rust_2018_idioms)]
    31
    #![allow(clippy::inherent_to_string, clippy::type_complexity, improper_ctypes)]
    32
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • syn 1.0.107/src/lib.rs
    266
        clippy::if_not_else,
    267
        clippy::inherent_to_string,
    268
        clippy::items_after_statements,
  • syn-impersonated 0.1.18/src/lib.rs
    252
        clippy::eval_order_dependence,
    253
        clippy::inherent_to_string,
    254
        clippy::large_enum_variant,
  • syn-next 1.0.0-rc4/src/lib.rs
    252
        clippy::eval_order_dependence,
    253
        clippy::inherent_to_string,
    254
        clippy::large_enum_variant,