diff options
| author | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
| commit | 2591672ed9934393029cb5097c2d79bdad591c08 (patch) | |
| tree | a2a8f6f144dbc0c2a4e5c681eb1036a9a6323736 /src/database.rs | |
| parent | 58047f90f79b129e445cbf856a23b3a5518c0b12 (diff) | |
feat(ci): Update workflow file
* chore: Address clippy suggestion
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'src/database.rs')
| -rw-r--r-- | src/database.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database.rs b/src/database.rs index 5ea93c4..8fa537a 100644 --- a/src/database.rs +++ b/src/database.rs @@ -93,4 +93,3 @@ pub mod v3 { #[allow(deprecated)] pub use v2 as previous; pub use v3 as current; -pub use v3::VERSION; |
