rust-python-example icon indicating copy to clipboard operation
rust-python-example copied to clipboard

README file may need to be update

Open elderbig opened this issue 6 years ago • 0 comments

Is there lost one line as use std::mem; in README.md? When I run sample step by step follow README.md,I got same error,but when I add use std::mem; ,cargo build successfully,but when I delete use std::mem;,and run cargo clean &cargo build,none error found。 I do not know why,but it seems something wrong。

elderbig avatar Jan 24 '19 02:01 elderbig