mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
core: silence some unused warnings when building without default features
This commit is contained in:
parent
c07c08aa98
commit
83b158fb3a
5 changed files with 9 additions and 1 deletions
|
@ -22,6 +22,7 @@ pub struct UnixIO {
|
|||
}
|
||||
|
||||
impl UnixIO {
|
||||
#[cfg(feature = "fs")]
|
||||
pub fn new() -> Result<Self> {
|
||||
debug!("Using IO backend 'syscall'");
|
||||
Ok(Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue