Skip to content

chore(build): Cleanup build-time error reporting #34

chore(build): Cleanup build-time error reporting

chore(build): Cleanup build-time error reporting #34

Triggered via push July 16, 2024 19:33
Status Success
Total duration 2m 39s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
needless `fn main` in doctest: src/../README.md#L58
error: needless `fn main` in doctest --> src/../README.md:58:1 | 58 | / use git_warp_time::{get_repo, reset_mtimes}; 59 | | use git_warp_time::{FileSet, Options}; 60 | | use std::path::PathBuf; ... | 69 | | println!("Actioned files: {:?}", files); 70 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main = note: `-D clippy::needless-doctest-main` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_doctest_main)]`