Skip to content

Commit c98025d

Browse files
committed
don't print extra
1 parent 003366f commit c98025d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shaders/src/shader.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ impl Linkage {
5454
}
5555
};
5656
format!(
57-
r#"
58-
#![allow(dead_code)]
57+
r#"#![allow(dead_code)]
5958
//! Automatically generated with `cd shaders && cargo run --release`.
6059
//!
6160
//! Provides the shader linkage for

0 commit comments

Comments
 (0)