We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddc3d5 commit 9657aa6Copy full SHA for 9657aa6
src/lib.rs
@@ -227,7 +227,7 @@ impl Config {
227
}
228
229
/// Sets the toolset name (-T) if supported by generator.
230
- /// Can be used to compile with CLang/LLV instead of msvc when Visual Studio generator is selected.
+ /// Can be used to compile with Clang/LLVM instead of msvc when Visual Studio generator is selected.
231
///
232
/// If unset, will use the default toolset of the selected generator.
233
pub fn generator_toolset<T: AsRef<OsStr>>(&mut self, toolset_name: T) -> &mut Config {
0 commit comments