Skip to content

Commit

Permalink
Update veil-macros/src/fmt.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Cottini <cottini.simone@gmail.com>
  • Loading branch information
MaeIsBad and cottinisimone authored Apr 4, 2023
1 parent 98817b5 commit 89a3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veil-macros/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use quote::ToTokens;
use syn::spanned::Spanned;

#[rustfmt::skip]
/// Returns whether a syn::Type is an [`Option<T>`]
/// Returns whether a [`syn::Type`] is an [`Option<T>`]
///
/// We try and match as many possible paths as possible because
/// some macros can output very verbose paths to items.
Expand Down

0 comments on commit 89a3d8b

Please sign in to comment.