We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7d37f commit 0aceed7Copy full SHA for 0aceed7
src/bootstrap/src/core/build_steps/clippy.rs
@@ -1,3 +1,5 @@
1
+//! Implementation of running clippy on the compiler, standard library and various tools.
2
+
3
use std::path::Path;
4
5
use crate::builder::Builder;
0 commit comments