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 3aa67cc commit 2b52dafCopy full SHA for 2b52daf
src/bin/gcc-shim.rs
@@ -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
+
4
#![cfg_attr(test, allow(dead_code))]
5
6
use std::env;
0 commit comments