mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
revert random rust changes
This commit is contained in:
parent
d81ec73205
commit
7cb8e62254
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
use anyhow::Ok;
|
||||
use anyhow::Result;
|
||||
use ninja_gen::action::BuildAction;
|
||||
use ninja_gen::copy::CopyFiles;
|
||||
|
@ -229,6 +228,7 @@ fn build_and_check_pages(build: &mut Build) -> Result<()> {
|
|||
":sveltekit"
|
||||
],
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue