Docs: modules

This commit is contained in:
Félix Saparelli 2021-10-16 17:13:32 +13:00
parent e06f615531
commit 17310ee4b5
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
4 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,5 @@
//! The `Filterer` trait, two implementations, and some helper functions.
use std::sync::Arc;
use ignore::gitignore::GitignoreBuilder;

View File

@ -1,3 +1,5 @@
//! A complex filterer that can match any event tag and supports different matching operators.
use std::collections::{HashMap, HashSet};
use std::path::PathBuf;
use std::sync::Arc;

View File

@ -1,3 +1,5 @@
//! A value that is always available, but can be swapped out.
use std::fmt;
use tokio::sync::watch::{channel, error::SendError, Receiver, Ref, Sender};

View File

@ -82,7 +82,7 @@
#![doc(html_favicon_url = "https://watchexec.github.io/logo:watchexec.svg")]
#![doc(html_logo_url = "https://watchexec.github.io/logo:watchexec.svg")]
#![warn(clippy::unwrap_used)]
#![warn(clippy::unwrap_used, missing_docs)]
#![forbid(unsafe_code)]
// the toolkit to make your own