[Refactor] Solve the warnings issue #36

Closed
opened 3 years ago by meliurwen · 0 comments
meliurwen commented 3 years ago (Migrated from github.com)
Owner

Description

As a developer, I want to solve the warnings showed during linting and compilation phase, so the code is more consistent and compliant to the rust standards, and since the output is much less verbose I can more effectively spot potential detected issues.

Acceptance Criteria

  • The linter and the compiler do not show the warnings showed at the moment because they are solved or, in specific and motivated cases, suppressed.
  • The warnings must not be suppressed globally, unless well motivated

Checklist

  • Solve warnings
  • Suppress the remaining specific warnings

(Optional) Extra info

Material worth reading for this issue: Rust Docs: Attributes and Rust Docs: Attributes for lint

## Description As a developer, I want to solve the warnings showed during linting and compilation phase, so the code is more consistent and compliant to the rust standards, and since the output is much less verbose I can more effectively spot potential detected issues. ## Acceptance Criteria * The linter and the compiler do not show the warnings showed at the moment because they are solved or, in specific and motivated cases, suppressed. * The warnings must not be suppressed globally, unless well motivated ## Checklist * [x] Solve warnings * [x] Suppress the remaining specific warnings ## (Optional) Extra info Material worth reading for this issue: [Rust Docs: Attributes](https://doc.rust-lang.org/reference/attributes.html) and [Rust Docs: Attributes for lint](https://doc.rust-lang.org/reference/attributes/diagnostics.html#lint-check-attributes)
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: unimib-thesis-mad/reCTBN#36
Loading…
There is no content yet.