Skip to content

Commit bbacfe0

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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)