From 90c3793fc0521807dbdcf057402f86110297355f Mon Sep 17 00:00:00 2001 From: fulara Date: Thu, 29 Dec 2016 04:36:42 +0100 Subject: [PATCH] Update README.md Added link to issue, in note about kdtree supporting only up to 3d. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 075eeca..80d70e8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pub trait KdtreePointTrait : Copy { } ``` -Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D. +Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D [#2](/../../issues/2). Examplary implementation would be: ``` pub struct Point3WithId {