Skip to content

Commit 7d380c9

Browse files
committed
Rename impl.rs to shim.rs
1 parent 34645b7 commit 7d380c9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

sqlite-wasm-rs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod libsqlite3;
99
#[allow(non_upper_case_globals)]
1010
#[allow(non_camel_case_types)]
1111
#[allow(non_snake_case)]
12-
mod r#impl;
12+
mod shim;
1313

1414
#[allow(non_upper_case_globals)]
1515
#[allow(non_camel_case_types)]

sqlite-wasm-rs/src/vfs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../../../VFS.md")]
1+
#![doc = include_str!("../../VFS.md")]
22

33
pub mod memory;
44
pub mod sahpool;

0 commit comments

Comments
 (0)