Add top-level doc comments for crates

Test by running:

    cargo doc --no-deps --all --open
This commit is contained in:
Martin Fischer 2023-01-14 07:49:09 +01:00 committed by Charlie Marsh
parent 033d7d7e91
commit 69b356e9b9
5 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,6 @@
//! This crate implements an internal CLI for developers of Ruff.
//!
//! Within the ruff repository you can run it with `cargo dev`.
#![allow(
clippy::collapsible_else_if,
clippy::collapsible_if,