mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 23:15:28 +01:00
more clippy
This commit is contained in:
@@ -965,7 +965,7 @@ impl WalFile {
|
||||
));
|
||||
}
|
||||
|
||||
let header = unsafe { shared.get().as_mut().unwrap().wal_header.lock().clone() };
|
||||
let header = unsafe { shared.get().as_mut().unwrap().wal_header.lock() };
|
||||
Self {
|
||||
io,
|
||||
// default to max frame in WAL, so that when we read schema we can read from WAL too if it's there.
|
||||
|
||||
Reference in New Issue
Block a user