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 ci errors/warnings #150

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Conversation

gowthamsk-arm
Copy link
Contributor

This PR fixes the following trivial CI warnings and errors:

  1. Use infallible from instead of try_from
  2. Fix unused formatting placeholder warning
  3. Drop private_in_public lint as it has been removed

Signed-off-by: Gowtham Suresh Kumar [email protected]

On builds we get the following warning,
"warning: lint `private_in_public` has been removed: replaced with
another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html>
for more information"

Signed-off-by: Gowtham Suresh Kumar <[email protected]>
Copy link

@minosgalanakis minosgalanakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgonzalezorlandoarm
Copy link
Member

Is it possible to have a CI Nightly check triggered on this PR so that we can check it works?

@gowthamsk-arm
Copy link
Contributor Author

Nightly run: https://github.com/gowthamsk-arm/parsec-interface-rs/actions/runs/7543952576

Copy link
Member

@tgonzalezorlandoarm tgonzalezorlandoarm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgonzalezorlandoarm tgonzalezorlandoarm merged commit 9f50ebb into parallaxsecond:main Jan 16, 2024
4 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.

3 participants