Skip to content

Commit c02c22d

Browse files
committed
comment update
1 parent d1145fd commit c02c22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtins-test-intrinsics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compiler_builtins = { path = "../", features = ["compiler-builtins"]}
99
panic-handler = { path = '../crates/panic-handler' }
1010

1111
[target.'cfg(target_family = "windows")'.dependencies]
12-
# enable mem on Windows, required for panic machinery
12+
# `#![no_std]` on Windows needs `string.h` routines.
1313
compiler_builtins = { path = "../", features = ["compiler-builtins", "mem"]}
1414

1515
[features]

0 commit comments

Comments
 (0)