]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/tool.rs
Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichton
[rust.git] / src / bootstrap / tool.rs
index 022f48d69d941371da5ed68e17143d2c0ed73e70..6383a2ecc75832a2498fe45d66ef8c55923648f1 100644 (file)
@@ -40,7 +40,7 @@ fn should_run(run: ShouldRun) -> ShouldRun {
         run.never()
     }
 
-    /// Build a tool in `src/tools`
+    /// Builds a tool in `src/tools`
     ///
     /// This will build the specified tool with the specified `host` compiler in
     /// `stage` into the normal cargo output directory.
@@ -621,7 +621,7 @@ fn run(mut $sel, $builder: &Builder) -> Option<PathBuf> {
 );
 
 impl<'a> Builder<'a> {
-    /// Get a `Command` which is ready to run `tool` in `stage` built for
+    /// Gets a `Command` which is ready to run `tool` in `stage` built for
     /// `host`.
     pub fn tool_cmd(&self, tool: Tool) -> Command {
         let mut cmd = Command::new(self.tool_exe(tool));