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

CIs update rust version to 1.78 today. Fix error #68

Merged
merged 2 commits into from
May 16, 2024

Conversation

cottinisimone
Copy link
Contributor

@cottinisimone cottinisimone commented May 16, 2024

Yesterday the CI run with 1.77. Today master branch run with 1.78 and a lint error occurred:

error: direct implementation of `ToString`
  --> positional/src/field.rs:49:1
   |
49 | / impl ToString for PositionalField {
50 | |     fn to_string(&self) -> String {
51 | |         self.value.pad(self.size, self.filler, self.alignment, true)
52 | |     }
53 | | }
   | |_^

@cottinisimone cottinisimone requested a review from a team as a code owner May 16, 2024 07:13
@cottinisimone cottinisimone merged commit 3535499 into master May 16, 2024
7 checks passed
@cottinisimone cottinisimone deleted the fix-clippy-with-rust-1-78 branch May 16, 2024 09:10
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