Merge branch 'fix_clippy_lints_2' into deadpool_2

deadpool_2
Dessalines 2021-11-09 12:43:20 -05:00
commit e57e39dd98
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ where
Kind: ApubObject + Send + 'static,
for<'de2> <Kind as ApubObject>::ApubType: serde::Deserialize<'de2>,
{
#[allow(clippy::to_string_in_format_args)]
#[allow(clippy::to_string_in_display)]
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
// Use to_string here because Url.display is not useful for us
write!(f, "{}", self.0.to_string())