We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7884663 commit b40a2c2Copy full SHA for b40a2c2
build.rs
@@ -3,6 +3,7 @@ use std::env;
3
use std::error::Error;
4
5
#[allow(unused_imports)]
6
+#[cfg(feature = "bin")]
7
use shadow_rs::ShadowBuilder;
8
9
fn main() -> Result<(), Box<dyn Error>> {
0 commit comments