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
9ae0df0a
Commit
9ae0df0a
authored
Aug 28, 2018
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rustfmt: sort imports
parent
c9ec1f31
Pipeline
#115494
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib.rs
src/lib.rs
+2
-2
No files found.
src/lib.rs
View file @
9ae0df0a
...
...
@@ -43,8 +43,8 @@ mod prepare;
pub
use
error
::
Error
;
pub
use
error
::
ErrorKind
;
pub
use
error
::
ResultExt
;
pub
use
error
::
Result
;
pub
use
error
::
ResultExt
;
pub
use
git
::
CommitId
;
pub
use
git
::
GitContext
;
...
...
@@ -52,9 +52,9 @@ pub use git::Identity;
pub
use
git
::
MergeStatus
;
pub
use
prepare
::
Conflict
;
pub
use
prepare
::
GitWorkArea
;
pub
use
prepare
::
MergeCommand
;
pub
use
prepare
::
MergeResult
;
pub
use
prepare
::
GitWorkArea
;
pub
use
prepare
::
SubmoduleConfig
;
#[cfg(test)]
...
...
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