Skip to content

Commit

Permalink
chore: Use text instead of ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoss committed Oct 5, 2024
1 parent 47b75d4 commit 3463d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/self_replacer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub(crate) fn make_self_hygienic_in_signature(mut target: syn::Signature) -> syn
/// `#[thin_delegate::__internal__derive_delegate]` processes a token stream in the macro context.
/// If we use `self` in this token stream as is, an error like the following arise:
///
/// ```ignore
/// ```text
/// error[E0424]: expected value, found module `self`
/// --> src/main.rs:24:1
/// |
Expand Down

0 comments on commit 3463d2b

Please sign in to comment.