Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
rust-rocksdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangzongwu
rust-rocksdb
Commits
cf4c00b2
Commit
cf4c00b2
authored
Apr 09, 2016
by
goroutine
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5 from ngaut/ngaut/disable-clippy
Disable clippy
parents
a7295735
507f9eb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
Cargo.toml
Cargo.toml
+0
-1
lib.rs
src/lib.rs
+0
-1
No files found.
Cargo.toml
View file @
cf4c00b2
...
@@ -26,4 +26,3 @@ path = "test/test.rs"
...
@@ -26,4 +26,3 @@ path = "test/test.rs"
[dependencies]
[dependencies]
libc
=
"0.1.8"
libc
=
"0.1.8"
tempdir
=
"0.3.4"
tempdir
=
"0.3.4"
clippy
=
"*"
src/lib.rs
View file @
cf4c00b2
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
// limitations under the License.
// limitations under the License.
//
//
#
!
[
feature
(
plugin
)]
#
!
[
feature
(
plugin
)]
#
!
[
plugin
(
clippy
)]
extern
crate
libc
;
extern
crate
libc
;
...
...
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