Skip to content

Commit b49dc75

Browse files
committed
update doc string about supported arches
1 parent 5599838 commit b49dc75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clang-tools-manager/src/downloader/static_dist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ mod supported_platform {
144144
///
145145
/// The distribution is maintained at <https://github.com/cpp-linter/clang-tools-static-binaries>.
146146
/// Supported platforms includes Windows, Linux, and MacOS.
147-
/// Supported architectures is limited to `x86_64` (`amd64`).
147+
/// Supported architectures is limited to `x86_64` (`amd64`) and `aarch64` (`arm64`);
148+
/// Windows only supports x86_64 architecture (for now).
148149
pub async fn download_tool(
149150
tool: &ClangTool,
150151
requested_version: &VersionReq,

0 commit comments

Comments
 (0)