mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
fix test
This commit is contained in:
parent
99ce586dec
commit
89820b06ca
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::project_root;
|
||||
use anyhow::{bail, Context, Result};
|
||||
use std::path::Path;
|
||||
use std::process::{Command, Stdio};
|
||||
use std::process::Command;
|
||||
|
||||
pub fn main() -> Result<()> {
|
||||
let project_root = project_root();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue