-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
pipelineRust Pipeline Related TasksRust Pipeline Related TasksrustPull requests that update Rust codePull requests that update Rust code
Description
With the introduction of some donated Rust components into the repository, some modification to donated workflow yamls was required for initial CI enablement (#302) in this repository.
In this case, when first trying out clippy
linting, noticed that there were 8 identified warnings already present in the code. It is likely that updates to the clippy
linter since initial commit of that code led to these warnings surfacing after the fact.
For the moment, #302 removed the Clippy args -- -D warnings
which cause warnings to break the build. Once the existing warnings are resolved, should re-add -- -D warnings
.
Metadata
Metadata
Assignees
Labels
pipelineRust Pipeline Related TasksRust Pipeline Related TasksrustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
Done