Get rusqlite more shippable
This commit is contained in:
parent
6019e4c37b
commit
b06366ebb7
6 changed files with 48 additions and 26 deletions
|
@ -55,7 +55,7 @@ fn main() {
|
|||
let db = app.background().spawn(async move {
|
||||
project::Db::open(&*zed::paths::DB)
|
||||
.log_err()
|
||||
.unwrap_or_else(project::Db::null)
|
||||
.unwrap_or_else(project::Db::open_in_memory())
|
||||
});
|
||||
|
||||
load_embedded_fonts(&app);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue