add simple top-level doc-comment for build_steps/clippy

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-03-22 18:52:37 +03:00
parent 489e5d0ad0
commit bbacfe0cb6

View file

@ -1,3 +1,5 @@
//! Implementation of running clippy on the compiler, standard library and various tools.
use std::path::Path;
use crate::builder::Builder;