We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_:hammer_and_wrench: Refactor suggestion_
Update the actix_rt::main attribute to actix::main.
actix_rt::main
actix::main
The actix_rt crate is deprecated in favor of the actix crate. Updating to actix::main ensures future compatibility and reduces deprecation warnings.
actix_rt
actix
Apply this diff:
-#[actix_rt::main] +#[actix::main]
Committable suggestion was skipped due to low confidence.
Originally posted by @coderabbitai[bot] in #156 (comment)
The text was updated successfully, but these errors were encountered:
ryardley
Successfully merging a pull request may close this issue.
Update the
actix_rt::main
attribute toactix::main
.The
actix_rt
crate is deprecated in favor of theactix
crate. Updating toactix::main
ensures future compatibility and reduces deprecation warnings.Apply this diff:
Originally posted by @coderabbitai[bot] in #156 (comment)
The text was updated successfully, but these errors were encountered: