diff options
| author | mo8it <mo8it@proton.me> | 2024-08-28 01:10:19 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-28 01:10:19 +0200 |
| commit | 5556d42b46e3bfe281343d69da588378c728c089 (patch) | |
| tree | 66583d0250efb3e4532141e457bff2a3b5d9d325 /src/cargo_toml.rs | |
| parent | 7d2bc1c7a4333de5460cb86a8dca5e5ecad2a643 (diff) | |
Use sol_path
Diffstat (limited to 'src/cargo_toml.rs')
| -rw-r--r-- | src/cargo_toml.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargo_toml.rs b/src/cargo_toml.rs index 445b6b5..8d417ff 100644 --- a/src/cargo_toml.rs +++ b/src/cargo_toml.rs @@ -1,7 +1,7 @@ use anyhow::{Context, Result}; use std::path::Path; -use crate::info_file::ExerciseInfo; +use crate::{exercise::RunnableExercise, info_file::ExerciseInfo}; /// Initial capacity of the bins buffer. pub const BINS_BUFFER_CAPACITY: usize = 1 << 14; |
