Commit 1e738758 authored by zhangjinpeng1987's avatar zhangjinpeng1987

address comments

parent bd33ac48
......@@ -316,7 +316,7 @@ impl DB {
// These handles will be populated by DB.
let cfhandles: Vec<_> = cfs_v.iter()
.map(|_| ptr::null_mut() as *mut DBCFHandle)
.map(|_| ptr::null_mut())
.collect();
let cfopts: Vec<_> = cf_opts_v.iter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment