mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-04 14:04:24 +02:00
* Trying to resolve the clippy forbid(missing_doc) in web codegen * Specifying to use workspace version * Restored cargo toml as they were * Restored toml and lock to original * Replaced `#[doc(hidden)]` with documentation comments * Reformatted code * Removed auto-generated doc comment as existing doc comment should be fine
actix-web-codegen
Routing and runtime macros for Actix Web.
Compile Testing
Uses the trybuild
crate. All compile fail tests should include a stderr file generated by trybuild
. See the workflow section of the trybuild docs for info on how to do this.