From 44f18f6e125b5473a02322ebd5735e920cfb06fa Mon Sep 17 00:00:00 2001 From: EtomicBomb Date: Wed, 24 Jul 2024 21:32:37 +0000 Subject: [PATCH] fmt --- src/tools/compiletest/src/header.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs index 6bc6e7f597e0..f9013f4b1073 100644 --- a/src/tools/compiletest/src/header.rs +++ b/src/tools/compiletest/src/header.rs @@ -125,7 +125,8 @@ pub struct TestProps { pub unset_exec_env: Vec, // Build documentation for all specified aux-builds as well pub build_aux_docs: bool, - // Build the documentation for each crate in a unique output directory + /// Build the documentation for each crate in a unique output directory. + /// Uses /docs//doc pub unique_doc_out_dir: bool, // Flag to force a crate to be built with the host architecture pub force_host: bool,