diff --git a/core/codegen/src/lib.rs b/core/codegen/src/lib.rs index f2f83367..f99daba6 100644 --- a/core/codegen/src/lib.rs +++ b/core/codegen/src/lib.rs @@ -203,7 +203,7 @@ macro_rules! route_attribute { /// | path | `` | [`FromParam`] | /// | path | `` | [`FromSegments`] | /// | query | `` | [`FromForm`] | - /// | query | `` | [`FromFrom`] | + /// | query | `` | [`FromForm`] | /// | data | `` | [`FromData`] | /// /// The type of each function argument that _does not_ have a