Skip to content

Commit dca83ca

Browse files
committed
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
Bump bootstrap compiler to new beta https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
2 parents ee1e55b + 1b473ed commit dca83ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/salsa/tests/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trait MyDatabase: salsa::Database {
55
}
66

77
mod another_module {
8+
#[allow(dead_code)]
89
pub(crate) fn another_name(_: &dyn crate::MyDatabase, (): ()) {}
910
}
1011

0 commit comments

Comments
 (0)