Fix doctests

This commit is contained in:
Félix Saparelli 2021-12-29 21:21:07 +13:00
parent 9ed3645088
commit 185676cc1e
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
//! let mut c = c.clone();
//! let w = w.clone();
//! async move {
//! for event in &action.events {
//! for event in action.events.iter() {
//! if event.paths().any(|(p, _)| p.ends_with("/watchexec.conf")) {
//! let conf = YourConfigFormat::load_from_file("watchexec.conf").await?;
//!