Skip to content

Commit

Permalink
add comment explaining gcc-shim. (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing authored Jan 30, 2024
1 parent 3aa67cc commit 2b52daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bin/gcc-shim.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! This bin target is only used for this crate's tests.
//! It is not intended for users and is not published with the library code to crates.io.

#![cfg_attr(test, allow(dead_code))]

use std::env;
Expand Down

0 comments on commit 2b52daf

Please sign in to comment.