• abi_stable 0.11.1/src/std_types/string.rs
    348
        /// ```
    349
        #[allow(clippy::inherent_to_string_shadow_display)]
    350
        pub fn to_string(&self) -> String {
  • aleo-wasm 0.3.3/src/account/address.rs
    41
        #[allow(clippy::inherent_to_string_shadow_display)]
    42
        pub fn to_string(&self) -> String {
  • aleo-wasm 0.3.3/src/account/private_key.rs
    51
        #[allow(clippy::inherent_to_string_shadow_display)]
    52
        pub fn to_string(&self) -> String {
  • aleo-wasm 0.3.3/src/account/signature.rs
    41
        #[allow(clippy::inherent_to_string_shadow_display)]
    42
        pub fn to_string(&self) -> String {
  • aleo-wasm 0.3.3/src/account/view_key.rs
    37
        #[allow(clippy::inherent_to_string_shadow_display)]
    38
        pub fn to_string(&self) -> String {
  • arcstr 1.1.5/src/arc_str.rs
    233
        #[inline]
    234
        #[allow(clippy::inherent_to_string_shadow_display)]
    235
        pub fn to_string(&self) -> String {
  • arcstr 1.1.5/src/substr.rs
    292
        #[inline]
    293
        #[allow(clippy::inherent_to_string_shadow_display)]
    294
        pub fn to_string(&self) -> alloc::string::String {
  • assets_manager 0.9.4/src/utils/string.rs
    48
        #[inline]
    49
        #[allow(clippy::inherent_to_string_shadow_display)]
    50
        pub fn to_string(&self) -> String {
  • rs-urlencoding 1.0.0/src/enc.rs
    32
        #[inline]
    33
        #[allow(clippy::inherent_to_string_shadow_display)]
    34
        pub fn to_string(&self) -> String {
  • rusty_ulid 2.0.0/src/lib.rs
    823
        /// ```
    824
        #[allow(clippy::inherent_to_string_shadow_display)]
    825
        // impl fmt::Display is using this method
  • stylist 0.12.0/tests/inline_display_impl.rs
    10
    impl Foo {
    11
        #[allow(dead_code, clippy::inherent_to_string_shadow_display)]
    12
        fn to_string(&self) -> String {
  • thin_str 0.1.0/src/lib.rs
    162
        #[inline]
    163
        #[allow(clippy::inherent_to_string_shadow_display)]
    164
        pub fn to_string(&self) -> alloc::string::String {
  • trycmd 0.14.11/src/schema.rs
    714
        #[allow(clippy::inherent_to_string_shadow_display)]
    715
        fn to_string(&self) -> String {
  • ulid 1.0.0/src/lib.rs
    206
        /// ```
    207
        #[allow(clippy::inherent_to_string_shadow_display)] // Significantly faster than Display::to_string
    208
        #[cfg(feature = "std")]
  • ulid-generator-rs 0.0.13/src/lib.rs
    339
      #[allow(clippy::unknown_clippy_lints)]
    340
      #[allow(clippy::inherent_to_string_shadow_display)]
    341
      #[must_use]
  • urlencoding 2.1.2/src/enc.rs
    32
        #[inline]
    33
        #[allow(clippy::inherent_to_string_shadow_display)]
    34
        pub fn to_string(&self) -> String {
  • widestring 1.0.2/src/utfstr.rs
    1122
        #[inline]
    1123
        #[allow(clippy::inherent_to_string_shadow_display)]
    1124
        #[cfg(feature = "alloc")]
    1788
        #[inline]
    1789
        #[allow(clippy::inherent_to_string_shadow_display)]
    1790
        #[cfg(feature = "alloc")]