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
9dd89787
Commit
9dd89787
authored
Mar 22, 2019
by
Jay
Committed by
Connor
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: remove rust-toolchain (#281)
We should not rely on a specific version of rust.
parent
625d9cee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
rust-toolchain
rust-toolchain
+0
-1
rocksdb_options.rs
src/rocksdb_options.rs
+1
-1
No files found.
rust-toolchain
deleted
100644 → 0
View file @
625d9cee
1.31.0
src/rocksdb_options.rs
View file @
9dd89787
...
@@ -944,7 +944,7 @@ impl DBOptions {
...
@@ -944,7 +944,7 @@ impl DBOptions {
Err
(
_
)
=>
{
Err
(
_
)
=>
{
return
Err
(
return
Err
(
"Failed to convert path to CString when creating rocksdb info log"
.to_owned
(),
"Failed to convert path to CString when creating rocksdb info log"
.to_owned
(),
)
)
;
}
}
};
};
...
...
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