Add an example of free by borrow check

This commit is contained in:
Yota Toyama
2019-04-15 15:51:15 +00:00
parent dc860f963c
commit 655f7b04f2
3 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "borrow_check_free"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
bdwgc-alloc = { path = "../.." }