Add parsing to finished Changelog object #9
Annotations
1 error and 4 warnings
the `Err`-variant returned from this function is very large:
crates/lib/src/changelog.rs#L57
error: the `Err`-variant returned from this function is very large
--> crates/lib/src/changelog.rs:57:32
|
54 | Pest(pest::error::Error<Rule>),
| ------------------------------ the largest variant contains at least 184 bytes
...
57 | pub fn parse(content: &str) -> Result<Changelog, ChangelogParseError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: try reducing the size of `changelog::ChangelogParseError`, for example by boxing large elements or replacing it with `Box<changelog::ChangelogParseError>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy:
crates/cli/src/main.rs#L1
could not parse code block as Rust code
|
deploy
`facti` (bin "facti" doc) generated 1 warning
|
Invalid file permissions automatically fixed
mode of './target/doc/.lock' changed from 0600 (rw-------) to 0644 (rw-r--r--)
|