From 18d8b55ac53d3b2af2efd5bf1cefb9ed31101dda Mon Sep 17 00:00:00 2001 From: cagnolone Date: Fri, 21 Jun 2024 10:26:31 +0200 Subject: [PATCH] Minor fix --- ort-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ort-sys/build.rs b/ort-sys/build.rs index 97988ff..da15be0 100644 --- a/ort-sys/build.rs +++ b/ort-sys/build.rs @@ -1,6 +1,6 @@ use std::{ env, fs, - path::{Path, PathBuf}, + path::{Path, PathBuf} }; const ORT_ENV_SYSTEM_LIB_LOCATION: &str = "ORT_LIB_LOCATION";