Link directly to object safety section in docs

This commit is contained in:
Nikolai Vazquez
2018-11-14 00:17:40 -05:00
parent c2f42485f6
commit bc930bd2f9
+1 -1
View File
@@ -43,7 +43,7 @@
/// # }
/// ```
///
/// [object]: https://doc.rust-lang.org/book/2018-edition/ch17-02-trait-objects.html
/// [object]: https://doc.rust-lang.org/book/2018-edition/ch17-02-trait-objects.html#object-safety-is-required-for-trait-objects
#[macro_export]
macro_rules! assert_obj_safe {
($($xs:ty),+ $(,)*) => {