• activitypub_federation 0.3.4/src/core/object_id.rs
    161
    {
    162
        #[allow(clippy::recursive_format_impl)]
    163
        fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
  • lemmy_apub_lib 0.16.7/src/object_id.rs
    148
    {
    149
      #[allow(clippy::to_string_in_display)]
    150
      fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
  • usenetnews-dynexp2 0.1.2/src/data.rs
    112
    impl Display for Situation {
    113
      #[allow(clippy::recursive_format_impl)]
    114
      fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
  • riker 0.4.2/src/lib.rs
    6
    #![allow(clippy::large_enum_variant)]
    7
    #![allow(clippy::to_string_in_display)]