Skip to content

Commit 2b52daf

Browse files
authored
add comment explaining gcc-shim. (#935)
1 parent 3aa67cc commit 2b52daf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/gcc-shim.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This bin target is only used for this crate's tests.
2+
//! It is not intended for users and is not published with the library code to crates.io.
3+
14
#![cfg_attr(test, allow(dead_code))]
25

36
use std::env;

0 commit comments

Comments
 (0)