Skip to content

Commit 93a1301

Browse files
committed
Don't explicitly hide _INCLUDED_FILES
It's already hidden from docs!
1 parent 95ab24a commit 93a1301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/backend/src/codegen.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ impl TryToTokens for ast::Program {
128128
#[doc(hidden)]
129129
#[allow(clippy::all)]
130130
pub static #generated_static_name: [u8; #generated_static_length] = {
131-
#[doc(hidden)]
132131
static _INCLUDED_FILES: &[&str] = &[#(#file_dependencies),*];
133132

134133
*#generated_static_value

0 commit comments

Comments
 (0)