From 791292cd191d58cfeff345f34a3924fcca079937 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 22 Jan 2018 20:22:22 +0300 Subject: [PATCH] TODO about docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index da44a23..3523d49 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! WebAssembly interpreter module. -// TODO(pepyakin): Fix these asap +// TODO(pepyakin): Fix this asap https://github.com/pepyakin/wasmi/issues/3 #![allow(missing_docs)] #[cfg(test)]