mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-17 08:09:52 +00:00
stash: make db module public for test visibility
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5f75e6515114e7479a3fe63771a4e7fe6a6a6964
This commit is contained in:
parent
dca7cca455
commit
20b6a12461
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use clap::{CommandFactory, Parser, Subcommand};
|
||||||
use inquire::Confirm;
|
use inquire::Confirm;
|
||||||
|
|
||||||
mod commands;
|
mod commands;
|
||||||
mod db;
|
pub(crate) mod db;
|
||||||
mod multicall;
|
mod multicall;
|
||||||
#[cfg(feature = "use-toplevel")] mod wayland;
|
#[cfg(feature = "use-toplevel")] mod wayland;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue