We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489e5d0 commit bbacfe0Copy full SHA for bbacfe0
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