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 454bb23 commit 0242b4eCopy full SHA for 0242b4e
1 file changed
clang-tools-manager/src/downloader/static_dist.rs
@@ -19,7 +19,7 @@ pub enum StaticDistDownloadError {
19
UnsupportedVersion,
20
21
/// The static binaries are only built for
22
- /// x86_64 and aarch64 architecture on Linux MacOS, and Windows.
+ /// x86_64 and aarch64 architecture on Linux, MacOS, and Windows.
23
#[error("The static binaries are not built for {OS} {ARCH} architecture")]
24
UnsupportedArchitecture,
25
0 commit comments