Skip to content

Commit

Permalink
nicer formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Dec 12, 2024
1 parent 9a2f48f commit 44ce983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hax-lib/macros/src/dummy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn requires(attr: TokenStream, item: TokenStream) -> TokenStream {
let phi: syn::Expr = parse_macro_input!(attr);

quote! {
#[doc=concat!("Requires: ",stringify!(#phi))]
#[doc=concat!("Requires:\n```\n",stringify!(#phi),"\n```")]
#item
}.into()
}
Expand Down

0 comments on commit 44ce983

Please sign in to comment.