Skip to content

Add parsing to finished Changelog object #9

Add parsing to finished Changelog object

Add parsing to finished Changelog object #9

Triggered via push August 14, 2023 18:12
Status Success
Total duration 2m 23s
Artifacts

docs.yml

on: push
Fit to window
Zoom out
Zoom in

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--)