Skip to content

Commit

Permalink
docs: 💡 removed duplicate link typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Sep 17, 2021
1 parent bb847aa commit 379d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub type StringResultWithCause<T> = std::result::Result<T, (String, ErrorCause)>
type AsyncFnReturn<T> = Pin<Box<dyn Future<Output = T>>>;

/// Creates traits that prevent users from having to pin their functions' return types. We can't make a generic one until desugared function
/// types are stabilized (https://github.com/rust-lang/rust/issues/29625https://github.com/rust-lang/rust/issues/29625).
/// types are stabilized (https://github.com/rust-lang/rust/issues/29625).
macro_rules! make_async_trait {
($name:ident, $return_ty:ty$(, $arg_name:ident: $arg:ty)*) => {
// These traits should be purely internal, the user is likely to shoot themselves in the foot
Expand Down

0 comments on commit 379d549

Please sign in to comment.