Skip to content

Commit

Permalink
Make link clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeikos authored and marcianx committed Sep 4, 2023
1 parent 70fca75 commit bfbbe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl<T: Any + Send + Sync> DowncastSync for T {
/// Adds downcasting support to traits that extend `downcast::Downcast` by defining forwarding
/// methods to the corresponding implementations on `std::any::Any` in the standard library.
///
/// See https://users.rust-lang.org/t/how-to-create-a-macro-to-impl-a-provided-type-parametrized-trait/5289
/// See <https://users.rust-lang.org/t/how-to-create-a-macro-to-impl-a-provided-type-parametrized-trait/5289>
/// for why this is implemented this way to support templatized traits.
#[macro_export(local_inner_macros)]
macro_rules! impl_downcast {
Expand Down

0 comments on commit bfbbe8b

Please sign in to comment.