Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
rust-git-workarea
Commits
621064a5
Commit
621064a5
authored
Oct 09, 2019
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imports: remove unnecessary import
parent
c566ca49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/git.rs
src/git.rs
+0
-1
src/prepare.rs
src/prepare.rs
+0
-1
No files found.
src/git.rs
View file @
621064a5
...
...
@@ -15,7 +15,6 @@ use std::fmt::{self, Display};
use
std
::
io
;
use
std
::
path
::{
Path
,
PathBuf
};
use
std
::
process
::{
Command
,
Stdio
};
use
std
::
result
::
Result
;
/// The Git object id of a commit.
#[derive(Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
src/prepare.rs
View file @
621064a5
...
...
@@ -23,7 +23,6 @@ use std::iter;
use
std
::
marker
::
PhantomData
;
use
std
::
path
::{
Path
,
PathBuf
};
use
std
::
process
::{
Command
,
Stdio
};
use
std
::
result
::
Result
;
/// Steps which are involved in the submodule preparation process.
#[derive(Debug,
Clone,
Copy,
PartialEq,
Eq)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment