Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Make the entire sentence into a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed May 16, 2019
1 parent 98ffb2c commit 9ad0699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/downcasting.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// In order to downcast from a trait object to a concrete implementation, a trait needs an `as_any` method.
// [Source](https://stackoverflow.com/a/33687996/6827589)
// [In order to downcast from a trait object to a concrete implementation, a trait needs an `as_any` method.](https://stackoverflow.com/a/33687996/6827589)
// This is an issue, because there's no way to sensibly mock this method with mockiato.
// The solution is to split the `as_any` method into a separate trait.

Expand Down

0 comments on commit 9ad0699

Please sign in to comment.