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
Although we can compress all mods in one file, supporting ui-cargo make it easier to migrate tests from clippy
The text was updated successfully, but these errors were encountered:
Hi, @lengyijun. Could you please point me to the project you'd like support for? Do you have a sense of the changes that would be required?
Sorry, something went wrong.
https://github.com/lengyijun/use_crate_prefix_for_self_imports
Currently the tests doesn't make sense:
If copy ui/fail.rs to seperate rust project, a warning is given as expected.
However, cargo test gave no error
cargo test
Just to be sure I understand, when you say "support ui-cargo", you mean support testing entire packages simliar to how Clippy does with its ui-cargo tests? https://github.com/rust-lang/rust-clippy/tree/master/tests/ui-cargo
ui-cargo
yes
No branches or pull requests
Although we can compress all mods in one file, supporting ui-cargo make it easier to migrate tests from clippy
The text was updated successfully, but these errors were encountered: