revert random rust changes

This commit is contained in:
Luc Mcgrady 2025-09-03 21:59:46 +01:00
parent d81ec73205
commit 7cb8e62254
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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(())
}