348 |
/// ```
|
349 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
350 |
pub fn to_string(&self) -> String {
|
41 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
42 |
pub fn to_string(&self) -> String {
|
51 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
52 |
pub fn to_string(&self) -> String {
|
41 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
42 |
pub fn to_string(&self) -> String {
|
37 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
38 |
pub fn to_string(&self) -> String {
|
233 |
#[inline]
|
234 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
235 |
pub fn to_string(&self) -> String {
|
292 |
#[inline]
|
293 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
294 |
pub fn to_string(&self) -> alloc::string::String {
|
48 |
#[inline]
|
49 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
50 |
pub fn to_string(&self) -> String {
|
32 |
#[inline]
|
33 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
34 |
pub fn to_string(&self) -> String {
|
823 |
/// ```
|
824 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
825 |
// impl fmt::Display is using this method
|
10 |
impl Foo {
|
11 |
#[allow(dead_code, clippy::inherent_to_string_shadow_display)]
|
12 |
fn to_string(&self) -> String {
|
162 |
#[inline]
|
163 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
164 |
pub fn to_string(&self) -> alloc::string::String {
|
714 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
715 |
fn to_string(&self) -> String {
|
206 |
/// ```
|
207 |
#[allow(clippy::inherent_to_string_shadow_display)] // Significantly faster than Display::to_string
|
208 |
#[cfg(feature = "std")]
|
339 |
#[allow(clippy::unknown_clippy_lints)]
|
340 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
341 |
#[must_use]
|
32 |
#[inline]
|
33 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
34 |
pub fn to_string(&self) -> String {
|
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")]
|