We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d401839 commit 1b473edCopy full SHA for 1b473ed
crates/salsa/tests/macros.rs
@@ -5,6 +5,7 @@ trait MyDatabase: salsa::Database {
5
}
6
7
mod another_module {
8
+ #[allow(dead_code)]
9
pub(crate) fn another_name(_: &dyn crate::MyDatabase, (): ()) {}
10
11
0 commit comments