Skip to content

Commit 379d549

Browse files
committed
docs: 💡 removed duplicate link typo in comment
1 parent bb847aa commit 379d549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus/src/template.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub type StringResultWithCause<T> = std::result::Result<T, (String, ErrorCause)>
5555
type AsyncFnReturn<T> = Pin<Box<dyn Future<Output = T>>>;
5656

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

0 commit comments

Comments
 (0)