From 642ea4a4a5853a21b55b05c34832a5f1bb1af61c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 26 Jan 2018 16:52:55 +0700 Subject: [PATCH] Fix markdown warning. When updating to current Rust, there is a warning for a change in the output due to the change in Markdown implementations. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b9c5d1d77..f05eee6f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ A Rust interface for Objective-C blocks. For more information on the specifics of the block implementation, see -Clang's documentation: http://clang.llvm.org/docs/Block-ABI-Apple.html +Clang's documentation: # Invoking blocks