Skip to content

Commit eea9c88

Browse files
committed
REF: Add missing import in ssh_backend.rs
- Imported `HashMap` from `std::collections` for future use, ensuring functionality requirements are met.
1 parent c2e8fe3 commit eea9c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/ssh_backend.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use std::collections::HashMap;
12
use std::path::Path;
23

34
use anyhow::{Context, Result};

0 commit comments

Comments
 (0)