Skip to content

Commit

Permalink
fix: allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 16, 2024
1 parent 3fa9024 commit de46f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/schema_cache/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! The schema cache
#![allow(dead_code)]
#![feature(future_join)]

mod schema_cache;
Expand Down

0 comments on commit de46f47

Please sign in to comment.