Skip to content

Commit

Permalink
removed left over import
Browse files Browse the repository at this point in the history
  • Loading branch information
ip-plank-security committed Oct 31, 2023
1 parent 347611a commit 9e6970d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\src",
"\\src\\pep"
],
"SelectedNode": "\\src\\lib.rs",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/planckCoreSequoiaBackend/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::convert::TryInto;
use std::env;
use std::ffi::{
CStr,
//CString
};
use std::io::{
Read,
Expand Down

0 comments on commit 9e6970d

Please sign in to comment.