Skip to content

Commit 0aceed7

Browse files
committed
add simple top-level doc-comment for build_steps/clippy
Signed-off-by: onur-ozkan <[email protected]>
1 parent ba7d37f commit 0aceed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/clippy.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Implementation of running clippy on the compiler, standard library and various tools.
2+
13
use std::path::Path;
24

35
use crate::builder::Builder;

0 commit comments

Comments
 (0)