You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Github CI start
* Codeartifacts login
* Basic test
* Rename branch and dissable circle CI
* Solving Rust Test Issues
error: unused imports: `cvl_parser`, `decl_parser`
Error: --> src/parse/tests/cvl2.rs:1:20
|
1 | use crate::parse::{cvl_parser, decl_parser};
| ^^^^^^^^^^ ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
error: trait `ToSpan` is never used
Error: --> src/parse/builder.rs:86:7
|
86 | trait ToSpan {
| ^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
error: could not compile `cvldoc_parser_core` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `cvldoc_parser_core` (lib test) due to 2 previous errors
* Print version
* Version test
* Pattern
* Codeartifact deploy
* Full CI
* Tests
* Final CI
* Restore CircleCI config
* Revert auto-format changes
* PR changes
0 commit comments