Fix formatting of previous commit

This commit is contained in:
Keavon Chambers 2022-08-04 00:18:42 -07:00
parent d09f023618
commit 0c2dbd411b
11 changed files with 226 additions and 234 deletions

View file

@ -2,7 +2,7 @@
name = "dyn-any"
version = "0.2.1"
edition = "2021"
authors = ["Dennis Kobert <dennis@kobert.dev>"]
authors = ["Graphite Authors <contact@graphite.rs>"]
description = "An Any trait that works for arbitrary lifetimes"

View file

@ -2,7 +2,7 @@
name = "dyn-any-derive"
version = "0.2.1"
edition = "2021"
authors = ["Dennis Kobert"]
authors = ["Graphite Authors <contact@graphite.rs>"]
description = "#[derive(DynAny<'a>)]"
documentation = "https://docs.rs/dyn-any-derive"