Skip to content
New issue

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

fix: remove the unnecessary path segment #47

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

jiachao2130
Copy link

no warning, no fix help, that's fill better:

note: the lint level is defined here
   --> librpm.rs/src/lib.rs:32:38
    |
32  | #![warn(missing_docs, trivial_casts, unused_qualifications)]
    |                                      ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
    |
102 - impl std::fmt::Display for Package {
102 + impl fmt::Display for Package {
    |

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
@tarcieri tarcieri merged commit 45c1077 into rpm-software-management:main Jun 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants