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 3fa9024 commit de46f47Copy full SHA for de46f47
crates/schema_cache/src/lib.rs
@@ -1,5 +1,6 @@
1
//! The schema cache
2
3
+#![allow(dead_code)]
4
#![feature(future_join)]
5
6
mod schema_cache;
0 commit comments