Skip to content

Commit ea67fed

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: fixed errors
1 parent 618412b commit ea67fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/analyzer/tool_management/installers

src/analyzer/tool_management/installers/rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::analyzer::tool_management::ToolDetector;
2-
use crate::error::Result;
2+
use crate::error::{AnalysisError, IaCGeneratorError, Result};
33
use super::common::InstallationUtils;
44
use std::collections::HashMap;
55
use log::info;

0 commit comments

Comments
 (0)