From d9cabba11303e1ad53fe3daefe7e4d8f00518410 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 14 Apr 2019 06:26:52 +0000 Subject: [PATCH] Link GlobalAlloc trait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8443764..932c938 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs) [![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE) -`GlobalAlloc` implementation for [bdwgc](//github.com/ivmai/bdwgc), the conservative garbage collector. +[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector. ## Usage