Skip to content

Commit 642ea4a

Browse files
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.
1 parent 4fda032 commit 642ea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A Rust interface for Objective-C blocks.
33
44
For more information on the specifics of the block implementation, see
5-
Clang's documentation: http://clang.llvm.org/docs/Block-ABI-Apple.html
5+
Clang's documentation: <http://clang.llvm.org/docs/Block-ABI-Apple.html>
66
77
# Invoking blocks
88

0 commit comments

Comments
 (0)