mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-30 19:18:35 -06:00
Add an example of free by borrow check
This commit is contained in:
@@ -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 = "../.." }
|
||||
Reference in New Issue
Block a user