Skip to content

Commit

Permalink
Emptydb is a test, so only compile when testing (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris authored Aug 16, 2023
1 parent 450f382 commit 62b2b0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion firewood/src/v2/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pub mod api;
pub mod db;
pub mod emptydb;
pub mod propose;

#[cfg(test)]
pub mod emptydb;

0 comments on commit 62b2b0d

Please sign in to comment.