mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add top-level doc comments for crates
Test by running: cargo doc --no-deps --all --open
This commit is contained in:
parent
033d7d7e91
commit
69b356e9b9
5 changed files with 15 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue